From 11ffc99da91580b880160315ab8ef77772cb1aca Mon Sep 17 00:00:00 2001 From: Cory Leach Date: Tue, 31 Jan 2023 16:26:51 -0600 Subject: [PATCH] Package and Readme version bump --- README.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15c5ba7..0590ac0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@

Gameframe.StatSheet 👋

+ Statsheet system for Role Playing Game style character stats @@ -22,7 +27,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.1
+https://github.com/coryleach/UnityStatSheet.git#0.2.2
#### Using UnityPackageManager (for Unity 2019.1 or later) @@ -30,7 +35,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.1", + "com.gameframe.statsheet": "https://github.com/coryleach/UnityStatSheet.git#0.2.2", ... }, } diff --git a/package.json b/package.json index b17b750..81b0780 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"githubUrl":"","name":"com.gameframe.statsheet","displayName":"Gameframe.StatSheet","repositoryName":"UnityStatSheet","version":"0.2.1","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.2","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