Skip to content

Commit fd6ad53

Browse files
committed
Merge branch 'feature/ci-cd'
2 parents b5c1065 + ebc8e8f commit fd6ad53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Installer/Assets/PlayerPrefsEx Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Extensions.Unity.PlayerPrefsEx.Installer
1616
public static partial class Installer
1717
{
1818
public const string PackageId = "extensions.unity.playerprefsex";
19-
public const string Version = "1.0.0";
19+
public const string Version = "2.1.0";
2020

2121
static Installer()
2222
{

Unity-Package/Assets/root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Ivan Murzak",
66
"url": "https://github.com/IvanMurzak"
77
},
8-
"version": "2.0.2",
8+
"version": "2.1.0",
99
"unity": "2018.3",
1010
"description": "Lightweight package with optimized advanced version of PlayerPrefs. Under the hood it uses the same PlayerPrefs system, but creates flexible wrapper for default system.",
1111
"keywords": [

0 commit comments

Comments
 (0)