Skip to content

Commit 802bfe5

Browse files
author
Cory Leach
committed
package bump
1 parent 1771bcb commit 802bfe5

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<h1 align="center">Gameframe.SaveLoad 👋</h1>
2-
<p>
3-
<img alt="Version" src="https://img.shields.io/badge/version-1.0.7-blue.svg?cacheSeconds=2592000" />
4-
<a href="https://twitter.com/Cory Leach">
5-
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
6-
</a>
1+
<p align="center">
2+
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
73
</p>
4+
<h1 align="center">Gameframe.SaveLoad 👋</h1>
5+
6+
<!-- BADGE-START -<!-- BADGE-END -->
87

98
Serialization helper utility that supports save, load and encryption.
109

@@ -13,15 +12,15 @@ Serialization helper utility that supports save, load and encryption.
1312
#### Using UnityPackageManager (for Unity 2019.3 or later)
1413
Open the package manager window (menu: Window > Package Manager)<br/>
1514
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
16-
https://github.com/coryleach/UnitySaveLoad.git#1.0.7<br/>
15+
https://github.com/coryleach/UnitySaveLoad.git#1.0.8<br/>
1716

1817
#### Using UnityPackageManager (for Unity 2019.1 or later)
1918

2019
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2120
```js
2221
{
2322
"dependencies": {
24-
"com.gameframe.saveload": "https://github.com/coryleach/UnitySaveLoad.git#1.0.7",
23+
"com.gameframe.saveload": "https://github.com/coryleach/UnitySaveLoad.git#1.0.8",
2524
...
2625
},
2726
}
@@ -88,8 +87,8 @@ In player settings add the string 'JSON_DOT_NET' to Scripting Define Symbols.
8887

8988

9089
## Show your support
91-
9290
Give a ⭐️ if this project helped you!
9391

92+
9493
***
9594
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_

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.saveload",
33
"displayName": "Gameframe.SaveLoad",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"description": "Serialization helper utility that supports save, load and encryption.",
66
"keywords": [],
77
"author": {

0 commit comments

Comments
 (0)