Skip to content

Commit 01c058f

Browse files
committed
package version update
1 parent f912ddc commit 01c058f

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">Welcome to com.gameframe.infotables 👋</h1>
22
<p>
3-
<img alt="Version" src="https://img.shields.io/badge/version-1.0.12-blue.svg?cacheSeconds=2592000" />
3+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.13-blue.svg?cacheSeconds=2592000" />
44
<a href="https://twitter.com/coryleach">
55
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
66
</a>
@@ -19,15 +19,15 @@
1919
#### Using UnityPackageManager (for Unity 2019.3 or later)
2020
Open the package manager window (menu: Window > Package Manager)<br/>
2121
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
22-
https://github.com/coryleach/UnityInfoTables.git#1.0.12<br/>
22+
https://github.com/coryleach/UnityInfoTables.git#1.0.13<br/>
2323

2424
#### Using UnityPackageManager (for Unity 2018.3 or later)
2525

2626
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2727
```js
2828
{
2929
"dependencies": {
30-
"com.gameframe.infotables": "https://github.com/coryleach/UnityInfoTables.git#1.0.12",
30+
"com.gameframe.infotables": "https://github.com/coryleach/UnityInfoTables.git#1.0.13",
3131
...
3232
},
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gameframe.infotables",
33
"displayName": "Gameframe.InfoTables",
4-
"version": "1.0.12",
4+
"version": "1.0.13",
55
"keywords": [],
66
"author": {
77
"name": "Cory Leach",

0 commit comments

Comments
 (0)