Skip to content

Commit 36db891

Browse files
author
Cory Leach
committed
Verison bump
1 parent 3872072 commit 36db891

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.6<br/>
20+
https://github.com/coryleach/UnityProcgen.git#0.0.7<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.6",
28+
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.7",
2929
...
3030
},
3131
}
@@ -57,8 +57,8 @@ The demo may require 2019.3
5757

5858

5959
## Show your support
60-
6160
Give a ⭐️ if this project helped you!
6261

62+
6363
***
6464
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_

package.json

Lines changed: 1 addition & 1 deletion
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.6",
6+
"version": "0.0.7",
77
"description": "Library of utilitities for procedural generation",
88
"type": "library",
99
"keywords": [],

0 commit comments

Comments
 (0)