Skip to content

Commit f07e0f3

Browse files
committed
package bump
1 parent 3da9aad commit f07e0f3

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
@@ -1,6 +1,6 @@
11
<h1 align="center">Gameframe.Procgen 👋</h1>
22
<p>
3-
<img alt="Version" src="https://img.shields.io/badge/version-0.0.2-blue.svg?cacheSeconds=2592000" />
3+
<img alt="Version" src="https://img.shields.io/badge/version-0.0.4-blue.svg?cacheSeconds=2592000" />
44
<a href="https://twitter.com/Cory Leach">
55
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
66
</a>
@@ -13,15 +13,15 @@ Library of utilitities for procedural generation
1313
#### Using UnityPackageManager (for Unity 2019.3 or later)
1414
Open the package manager window (menu: Window > Package Manager)<br/>
1515
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
16-
https://github.com/coryleach/UnityProcgen.git#0.0.3<br/>
16+
https://github.com/coryleach/UnityProcgen.git#0.0.4<br/>
1717

1818
#### Using UnityPackageManager (for Unity 2019.1 or later)
1919

2020
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2121
```js
2222
{
2323
"dependencies": {
24-
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.3",
24+
"com.gameframe.procgen": "https://github.com/coryleach/UnityProcgen.git#0.0.4",
2525
...
2626
},
2727
}

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.3",
6+
"version": "0.0.4",
77
"description": "Library of utilitities for procedural generation",
88
"type": "library",
99
"keywords": [],

0 commit comments

Comments
 (0)