Skip to content

Commit b91b41e

Browse files
committed
Bump version number
1 parent e77dfab commit b91b41e

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
<p align="center">
2-
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
3-
</p>
41
<h1 align="center">Gameframe.SaveLoad 👋</h1>
5-
6-
<!-- BADGE-START -->
7-
[![Build Status](https://travis-ci.org/coryleach/UnitySaveLoad.svg?branch=master)](https://travis-ci.org/coryleach/UnitySaveLoad)
8-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2ba0a4bb579d4a96ac91ab77458f7f76)](https://www.codacy.com/manual/coryleach/UnitySaveLoad?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=coryleach/UnitySaveLoad&amp;utm_campaign=Badge_Grade)
9-
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/coryleach/UnitySaveLoad?include_prereleases)
10-
[![openupm](https://img.shields.io/npm/v/com.gameframe.saveload?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gameframe.saveload/)
11-
![GitHub](https://img.shields.io/github/license/coryleach/UnitySaveLoad)
12-
13-
[![twitter](https://img.shields.io/twitter/follow/coryleach.svg?style=social)](https://twitter.com/coryleach)
14-
<!-- BADGE-END -->
2+
<p>
3+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.3-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>
7+
</p>
158

169
Serialization helper utility that supports save, load and encryption.
1710

@@ -20,15 +13,15 @@ Serialization helper utility that supports save, load and encryption.
2013
#### Using UnityPackageManager (for Unity 2019.3 or later)
2114
Open the package manager window (menu: Window > Package Manager)<br/>
2215
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
23-
https://github.com/coryleach/UnitySaveLoad.git#1.0.2<br/>
16+
https://github.com/coryleach/UnitySaveLoad.git#1.0.3<br/>
2417

2518
#### Using UnityPackageManager (for Unity 2019.1 or later)
2619

2720
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
2821
```js
2922
{
3023
"dependencies": {
31-
"com.gameframe.saveload": "https://github.com/coryleach/UnitySaveLoad.git#1.0.2",
24+
"com.gameframe.saveload": "https://github.com/coryleach/UnitySaveLoad.git#1.0.3",
3225
...
3326
},
3427
}

package.json

Lines changed: 4 additions & 2 deletions
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.2",
4+
"version": "1.0.3",
55
"description": "Serialization helper utility that supports save, load and encryption.",
66
"keywords": [],
77
"author": {
@@ -11,5 +11,7 @@
1111
"github": "coryleach",
1212
"twitter": "coryleach"
1313
},
14-
"repositoryName": "UnitySaveLoad"
14+
"repositoryName": "UnitySaveLoad",
15+
"type": "library",
16+
"hideInEditor": false
1517
}

0 commit comments

Comments
 (0)