Skip to content

Commit

Permalink
Tick version
Browse files Browse the repository at this point in the history
  • Loading branch information
coryleach committed Nov 20, 2019
1 parent f39ce75 commit 3c6a7d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to com.gameframe.infotables 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-1.0.10-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-1.0.11-blue.svg?cacheSeconds=2592000" />
<a href="https://twitter.com/coryleach">
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
</a>
Expand All @@ -22,7 +22,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
```js
{
"dependencies": {
"com.gameframe.infotables": "https://github.com/coryleach/UnityInfoTables.git#1.0.10",
"com.gameframe.infotables": "https://github.com/coryleach/UnityInfoTables.git#1.0.11",
...
},
}
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "com.gameframe.infotables",
"displayName": "Gameframe.InfoTables",
"version": "1.0.10",
"version": "1.0.11",
"keywords": [],
"author": {
"name": "Cory Leach",
"email": "cory.leach@gmail.com",
"url": "https://github.com/coryleach/UnityInfoTables"
}
}
},
"description": "Info Tables for game data"
}

0 comments on commit 3c6a7d5

Please sign in to comment.