From 942d77a5652374e33cc425bc0d5276695d36cd8f Mon Sep 17 00:00:00 2001 From: Aaron Vontell Date: Sun, 11 Aug 2024 22:10:33 -0300 Subject: [PATCH] Release 0.0.25 (#251) --- 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 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2fe1fe56c..470160c8d 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.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) @@ -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 diff --git a/src/gg.regression.unity.bots.animation.rigging/package.json b/src/gg.regression.unity.bots.animation.rigging/package.json index 17b9c9d3a..e66ec6761 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.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", diff --git a/src/gg.regression.unity.bots.ecs/package.json b/src/gg.regression.unity.bots.ecs/package.json index 375b240f9..c5e12eaba 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.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", diff --git a/src/gg.regression.unity.bots/package.json b/src/gg.regression.unity.bots/package.json index 034c35c22..8a665a093 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.23", + "version": "0.0.25", "description": "Regression Games Unity package for adding bots to your game", "displayName": "Regression Games Unity Bots", "unity": "2021.3",