Skip to content

Commit 3c6a7d5

Browse files
committed
Tick version
1 parent f39ce75 commit 3c6a7d5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 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.10-blue.svg?cacheSeconds=2592000" />
3+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.11-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>
@@ -22,7 +22,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
2222
```js
2323
{
2424
"dependencies": {
25-
"com.gameframe.infotables": "https://github.com/coryleach/UnityInfoTables.git#1.0.10",
25+
"com.gameframe.infotables": "https://github.com/coryleach/UnityInfoTables.git#1.0.11",
2626
...
2727
},
2828
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "com.gameframe.infotables",
33
"displayName": "Gameframe.InfoTables",
4-
"version": "1.0.10",
4+
"version": "1.0.11",
55
"keywords": [],
66
"author": {
77
"name": "Cory Leach",
88
"email": "cory.leach@gmail.com",
99
"url": "https://github.com/coryleach/UnityInfoTables"
10-
}
11-
}
10+
},
11+
"description": "Info Tables for game data"
12+
}

0 commit comments

Comments
 (0)