Skip to content

Commit ebc8e8f

Browse files
committed
Bump version to 2.1.0 in installer and package
Updated the version number to 2.1.0 in both Installer.cs and package.json to reflect the new release.
1 parent 680de1a commit ebc8e8f

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)