Skip to content

Commit

Permalink
package version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
coryleach committed Jun 4, 2020
1 parent e391cf4 commit ab2c2d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<h1 align="center">Gameframe.Procgen 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.0.2-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>

Library of utilities for procedural generation.
Library of utilitities for procedural generation

## Quick Package Install

#### 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/UnityProcgen.git#0.0.1<br/>
https://github.com/coryleach/UnityProcgen.git#0.0.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.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.1",
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.2",
...
},
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "com.gameframe.procgen",
"displayName": "Gameframe.Procgen",
"repositoryName": "UnityProcgen",
"version": "0.0.1",
"description": "Library of utilitys for procedural generation",
"version": "0.0.2",
"description": "Library of utilitities for procedural generation",
"type": "library",
"keywords": [],
"author": {
Expand Down

0 comments on commit ab2c2d8

Please sign in to comment.