Skip to content

Commit

Permalink
Update package version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Leach committed Sep 19, 2022
1 parent 3071cf0 commit e3d23c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
</p>
<h1 align="center">Gameframe.StatSheet 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
<a href="https://twitter.com/Cory Leach">
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
</a>
</p>

<!-- BADGE-START -<!-- BADGE-END -->

Statsheet system for Role Playing Game style character stats

Expand All @@ -16,15 +12,15 @@ 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)<br/>
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
https://github.com/coryleach/UnityStatSheet.git#0.1.0<br/>
https://github.com/coryleach/UnityStatSheet.git#0.1.1<br/>

#### Using UnityPackageManager (for Unity 2019.1 or later)

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```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",
...
},
}
Expand All @@ -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)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit e3d23c9

Please sign in to comment.