From 7992fe35092b316de915252d7afc4dca66710f19 Mon Sep 17 00:00:00 2001 From: Cory Leach Date: Wed, 1 Feb 2023 11:36:20 -0600 Subject: [PATCH] Package Version Bump --- README.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46b9420..b7ac043 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@

Gameframe.StatSheet 👋

+ Statsheet system for Role Playing Game style character stats @@ -37,7 +42,7 @@ Statsheet system for Role Playing Game style character stats #### Using UnityPackageManager (for Unity 2019.3 or later) Open the package manager window (menu: Window > Package Manager)
Select "Add package from git URL...", fill in the pop-up with the following link:
-https://github.com/coryleach/UnityStatSheet.git#0.2.4
+https://github.com/coryleach/UnityStatSheet.git#0.2.5
#### Using UnityPackageManager (for Unity 2019.1 or later) @@ -45,7 +50,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.gameframe.statsheet": "https://github.com/coryleach/UnityStatSheet.git#0.2.4", + "com.gameframe.statsheet": "https://github.com/coryleach/UnityStatSheet.git#0.2.5", ... }, } diff --git a/package.json b/package.json index ccee077..8e0838d 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"githubUrl":"","name":"com.gameframe.statsheet","displayName":"Gameframe.StatSheet","repositoryName":"UnityStatSheet","version":"0.2.4","description":"Statsheet system for Role Playing Game style character stats","type":"library","keywords":[],"author":{"name":"Cory Leach","email":"cory.leach@gmail.com","url":"https://github.com/coryleach","twitter":"coryleach","github":"coryleach","kofi":""}} \ No newline at end of file +{"githubUrl":"","name":"com.gameframe.statsheet","displayName":"Gameframe.StatSheet","repositoryName":"UnityStatSheet","version":"0.2.5","description":"Statsheet system for Role Playing Game style character stats","type":"library","keywords":[],"author":{"name":"Cory Leach","email":"cory.leach@gmail.com","url":"https://github.com/coryleach","twitter":"coryleach","github":"coryleach","kofi":""}} \ No newline at end of file