Skip to content

Commit

Permalink
Release 0.0.30 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
vontell authored Oct 29, 2024
1 parent 48fbfff commit e765f7a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.29-blue)](https://docs.regression.gg)
[![Static Badge](https://img.shields.io/badge/Latest%20Version-0.0.30-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.29
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.30
```

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.29",
"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.29`.",
"version": "0.0.30",
"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.30`.",
"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.29",
"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.29`.",
"version": "0.0.30",
"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.30`.",
"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.29",
"version": "0.0.30",
"description": "Regression Games Unity package for adding bots to your game",
"displayName": "Regression Games Unity Bots",
"unity": "2021.3",
Expand Down
4 changes: 2 additions & 2 deletions src/gg.regression.unity.experimental.runespawn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gg.regression.unity.experimental.runespawn",
"version": "0.0.29",
"description": "An experimental package that focuses on code generation. 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.29",
"version": "0.0.30",
"description": "An experimental package that focuses on code generation. 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.30",
"displayName": "Regression Games Experimental - Runespawn",
"unity": "2021.3",
"unityRelease": "24f1",
Expand Down

0 comments on commit e765f7a

Please sign in to comment.