From e3d23c9433ee9b720adc796aaa3fa0f212afa41a Mon Sep 17 00:00:00 2001 From: Cory Leach Date: Mon, 19 Sep 2022 10:37:37 -0500 Subject: [PATCH] Update package version and readme --- README.md | 14 +++++--------- package.json | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ebbc583..803d152 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,8 @@

Gameframe.StatSheet 👋

-

- Version - - Twitter: coryleach - -

+ + Statsheet system for Role Playing Game style character stats @@ -16,7 +12,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.1.0
+https://github.com/coryleach/UnityStatSheet.git#0.1.1
#### Using UnityPackageManager (for Unity 2019.1 or later) @@ -24,7 +20,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.1.0", + "com.gameframe.statsheet": "https://github.com/coryleach/UnityStatSheet.git#0.1.1", ... }, } @@ -44,8 +40,8 @@ If you use it be aware there may be large changes and it is not well documented. ## Show your support - Give a ⭐️ if this project helped you! + *** _This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_ diff --git a/package.json b/package.json index 22c3030..bf4b006 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "com.gameframe.statsheet", "displayName": "Gameframe.StatSheet", "repositoryName": "UnityStatSheet", - "version": "0.1.0", + "version": "0.1.1", "description": "Statsheet system for Role Playing Game style character stats", "type": "library", "keywords": [],