Skip to content

Commit 5fbc169

Browse files
Rolled version.
1 parent 112172d commit 5fbc169

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

VERSIONS.MD

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

3-
## In progress - 0.14.1
3+
## 0.14.1 - Added BotInfo builder - 14-Jul-2022
44

5-
#### Improvements
5+
#### Improvements:
66

77
- Bot API:
88
- BotInfo:
9-
- A builder has been provided for creating `BotInfo` instances.
10-
- Size constraints have been added for the individual `BotInfo` fields/methods.
11-
- Various bugfixes for BotInfo.
9+
- A builder has been provided for creating `BotInfo` instances.
10+
- Size constraints have been added for the individual `BotInfo` fields/methods.
11+
- Various bugfixes for BotInfo.
1212
- GameTypes:
13-
- Added missing game type for "classic" game + updated documentation.
13+
- Added missing game type for "classic" game + updated documentation.
1414

1515
## 0.14.0 - Adjustments for bot events - 03-Jul-2022
1616

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.14.0
19+
dotnet add package Robocode.TankRoyale.BotApi --version 0.14.1
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.14.0
1+
Version 0.14.1
22
-----------------
33
This is an initial alpha version. Expect changes to the API before the real release.

0 commit comments

Comments
 (0)