Skip to content

Commit

Permalink
Release 0.0.25 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
vontell authored Aug 12, 2024
1 parent 307193d commit 942d77a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Regression Games Unity Bots
[![Static Badge](https://img.shields.io/badge/Latest%20Version-0.0.23-blue)](https://docs.regression.gg)
[![Static Badge](https://img.shields.io/badge/Latest%20Version-0.0.25-blue)](https://docs.regression.gg)
[![Join our Discord](https://img.shields.io/badge/Join%20our%20Discord-8A2BE2)](https://discord.com/invite/925SYVse2H)
[![Changelog](https://img.shields.io/badge/Visit%20the%20Changelog-orange)](https://docs.regression.gg/changelog)

Expand Down Expand Up @@ -30,7 +30,7 @@ In the Unity Editor, open the Package Manager by navigating to **Window** > **P
Then add a new package with **+** > **Add package from git URL** and paste the following URL:

```
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.23
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.25
```

Once the package has been added, restart the Unity Editor and create an account at
Expand Down
4 changes: 2 additions & 2 deletions src/gg.regression.unity.bots.animation.rigging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gg.regression.unity.bots.animation.rigging",
"version": "0.0.23",
"description": "An extension package for Regression Games Unity Bots that supports Unity Animation Rigging. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.23`.",
"version": "0.0.25",
"description": "An extension package for Regression Games Unity Bots that supports Unity Animation Rigging. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.25`.",
"displayName": "Regression Games Unity Bots - Animation Rigging Extension",
"unity": "2021.3",
"unityRelease": "24f1",
Expand Down
4 changes: 2 additions & 2 deletions src/gg.regression.unity.bots.ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gg.regression.unity.bots.ecs",
"version": "0.0.22",
"description": "An extension package for Regression Games Unity Bots that supports Unity ECS. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.22`.",
"version": "0.0.25",
"description": "An extension package for Regression Games Unity Bots that supports Unity ECS. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.25`.",
"displayName": "Regression Games Unity Bots - ECS Extension",
"unity": "2021.3",
"unityRelease": "24f1",
Expand Down
2 changes: 1 addition & 1 deletion src/gg.regression.unity.bots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gg.regression.unity.bots",
"version": "0.0.23",
"version": "0.0.25",
"description": "Regression Games Unity package for adding bots to your game",
"displayName": "Regression Games Unity Bots",
"unity": "2021.3",
Expand Down

0 comments on commit 942d77a

Please sign in to comment.