Skip to content

Commit

Permalink
Package Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Leach committed Feb 1, 2023
1 parent 80331bc commit 7992fe3
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 @@ -28,6 +28,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 @@ -37,15 +42,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.4<br/>
https://github.com/coryleach/UnityStatSheet.git#0.2.5<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.4",
"com.gameframe.statsheet": "https://github.com/coryleach/UnityStatSheet.git#0.2.5",
...
},
}
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.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":""}}
{"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":""}}

0 comments on commit 7992fe3

Please sign in to comment.