File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >Welcome to com.gameframe.saveload 👋</h1 >
2
2
<p >
3
- <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.0 -blue.svg?cacheSeconds=2592000 " />
3
+ <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.1 -blue.svg?cacheSeconds=2592000 " />
4
4
<a href =" https://twitter.com/coryleach " >
5
5
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
6
6
</a >
@@ -21,7 +21,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
21
21
``` js
22
22
{
23
23
" dependencies" : {
24
- " com.gameframe.saveload" : " https://github.com/coryleach/UnitySaveLoad.git#1.0.0 " ,
24
+ " com.gameframe.saveload" : " https://github.com/coryleach/UnitySaveLoad.git#1.0.1 " ,
25
25
...
26
26
},
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.gameframe.saveload" ,
3
3
"displayName" : " Gameframe.SaveLoad" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"description" : " Serialization helper utility that supports save, load and encryption." ,
6
6
"keywords" : [],
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments