Skip to content

Commit fa38795

Browse files
authored
Bump version to 1.0.3 (#52)
1 parent 3496323 commit fa38795

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.BinaryPrefs/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ PlayerSettings:
140140
loadStoreDebugModeEnabled: 0
141141
visionOSBundleVersion: 1.0
142142
tvOSBundleVersion: 1.0
143-
bundleVersion: 1.0.2
143+
bundleVersion: 1.0.3
144144
preloadedAssets: []
145145
metroInputSource: 0
146146
wsaTransparentSwapchain: 0

Runtime/PackageInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Appegy.Storage
99
public static class PackageInfo
1010
{
1111
public const string Name = "com.appegy.binary-prefs";
12-
public const string Version = "1.0.2";
12+
public const string Version = "1.0.3";
1313
public static string PersistentFolder => Path.Combine(Application.persistentDataPath, Name);
1414
}
1515
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.appegy.binary-prefs",
33
"displayName": "Appegy: Binary Prefs",
44
"description": "Fast persistant thread-safe binary storage for Unity.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"unity": "2021.3",
77
"documentationUrl": "https://github.com/Appegy/BinaryPrefs",
88
"changelogUrl": "https://github.com/Appegy/BinaryPrefs/releases",

0 commit comments

Comments
 (0)