From e765f7ab6b404a0197980cff2c5a779d992ceb9c Mon Sep 17 00:00:00 2001 From: Aaron Vontell Date: Tue, 29 Oct 2024 14:58:21 -0400 Subject: [PATCH] Release 0.0.30 (#345) --- README.md | 4 ++-- src/gg.regression.unity.bots.animation.rigging/package.json | 4 ++-- src/gg.regression.unity.bots.ecs/package.json | 4 ++-- src/gg.regression.unity.bots/package.json | 2 +- src/gg.regression.unity.experimental.runespawn/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2dd09798..d5b5c115 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/src/gg.regression.unity.bots.animation.rigging/package.json b/src/gg.regression.unity.bots.animation.rigging/package.json index 8e680c62..6eedec23 100644 --- a/src/gg.regression.unity.bots.animation.rigging/package.json +++ b/src/gg.regression.unity.bots.animation.rigging/package.json @@ -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", diff --git a/src/gg.regression.unity.bots.ecs/package.json b/src/gg.regression.unity.bots.ecs/package.json index 6ca82b6d..6bf99fc9 100644 --- a/src/gg.regression.unity.bots.ecs/package.json +++ b/src/gg.regression.unity.bots.ecs/package.json @@ -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", diff --git a/src/gg.regression.unity.bots/package.json b/src/gg.regression.unity.bots/package.json index 22272df3..e862728e 100644 --- a/src/gg.regression.unity.bots/package.json +++ b/src/gg.regression.unity.bots/package.json @@ -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", diff --git a/src/gg.regression.unity.experimental.runespawn/package.json b/src/gg.regression.unity.experimental.runespawn/package.json index 2ec5d4bf..71da1825 100644 --- a/src/gg.regression.unity.experimental.runespawn/package.json +++ b/src/gg.regression.unity.experimental.runespawn/package.json @@ -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",