Skip to content

Commit 745f6c2

Browse files
committed
version bump
1 parent 8233c6e commit 745f6c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Library of utilitities for procedural generation
1717
#### Using UnityPackageManager (for Unity 2019.3 or later)
1818
Open the package manager window (menu: Window > Package Manager)<br/>
1919
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
20-
https://github.com/coryleach/UnityProcgen.git#0.0.5<br/>
20+
https://github.com/coryleach/UnityProcgen.git#0.0.6<br/>
2121

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

2424
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2525
```js
2626
{
2727
"dependencies": {
28-
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.5",
28+
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.6",
2929
...
3030
},
3131
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "com.gameframe.procgen",
44
"displayName": "Gameframe.Procgen",
55
"repositoryName": "UnityProcgen",
6-
"version": "0.0.5",
6+
"version": "0.0.6",
77
"description": "Library of utilitities for procedural generation",
88
"type": "library",
99
"keywords": [],

0 commit comments

Comments
 (0)