Skip to content

Commit

Permalink
Package and Readme version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Leach committed Jan 31, 2023
1 parent c5984e8 commit 11ffc99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
</p>
<h1 align="center">Gameframe.StatSheet 👋</h1>
<!-- BADGE-START ->
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
</p>
<h1 align="center">Gameframe.StatSheet 👋</h1>
<!-- BADGE-START -<!-- BADGE-END -->

Statsheet system for Role Playing Game style character stats
Expand All @@ -22,15 +27,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.2.1<br/>
https://github.com/coryleach/UnityStatSheet.git#0.2.2<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.2.1",
"com.gameframe.statsheet": "https://github.com/coryleach/UnityStatSheet.git#0.2.2",
...
},
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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":""}}
{"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":""}}

0 comments on commit 11ffc99

Please sign in to comment.