Skip to content

Commit d6d207a

Browse files
Updated version info.
1 parent d8a4afd commit d6d207a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSIONS.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versions
22

3-
## In progress - 0.13.3 - Stabilization of Bot APIs
3+
## 0.13.3 - Stabilization of Bot APIs - 01-Jun-2022
44

55
#### Bugfixes
66

@@ -22,7 +22,7 @@
2222
- GUI:
2323
- When stopping a battle and starting a new one, the Pause/Resume and Stop buttons were disabled.
2424

25-
## 0.13.2 - Fixing issue #23 - 19-05-2022
25+
## 0.13.2 - Fixing issue #23 - 19-May-2022
2626

2727
#### Bugfixes
2828

@@ -36,7 +36,7 @@
3636
- Bot APIs:
3737
- Added missing documentation about using positive and negative infinity values when moving and turning.
3838

39-
## 0.13.1 - Fixing event queue + country codes - 18-05-2022
39+
## 0.13.1 - Fixing event queue + country codes - 18-May-2022
4040

4141
#### Bugfixes
4242

bot-api/dotnet/docs/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You need to add this package to your .Net based bot project:
1616
This installs the newest available version of the Bot API for Robocode Tank Royale. You can install a specific version
1717
by adding the `--version` option with the specific version:
1818

19-
dotnet add package Robocode.TankRoyale.BotApi --version 0.13.2
19+
dotnet add package Robocode.TankRoyale.BotApi --version 0.13.3
2020

2121
The [My First Bot](https://robocode-dev.github.io/tank-royale/tutorial/dotnet/my-first-bot-for-dotnet.html) tutorial
2222
shows how to create a bot and how this package is being used.

bot-api/dotnet/docs/Release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version 0.13.2
1+
ersion 0.13.3
22
-----------------
33
This is an initial alpha version. Expect changes to the API before the real release.

0 commit comments

Comments
 (0)