Skip to content

Commit 43f52bd

Browse files
chore(release): bump version to 1.0.2
1 parent cbe8789 commit 43f52bd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

bot-api/typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ npm install @robocode.dev/tank-royale-bot-api
2626
To install a specific version:
2727

2828
```bash
29-
npm install @robocode.dev/tank-royale-bot-api@1.0.1
29+
npm install @robocode.dev/tank-royale-bot-api@1.0.2
3030
```
3131

3232
The `ws` package is required at runtime in a Node.js environment:

bot-api/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bot-api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robocode.dev/tank-royale-bot-api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Tank Royale Bot API for TypeScript/JavaScript",
55
"license": "Apache-2.0",
66
"homepage": "https://robocode-dev.github.io/tank-royale/",

0 commit comments

Comments
 (0)