diff --git a/.BinaryPrefs/ProjectSettings/ProjectSettings.asset b/.BinaryPrefs/ProjectSettings/ProjectSettings.asset index c7d9a9e..a276ef0 100644 --- a/.BinaryPrefs/ProjectSettings/ProjectSettings.asset +++ b/.BinaryPrefs/ProjectSettings/ProjectSettings.asset @@ -140,7 +140,7 @@ PlayerSettings: loadStoreDebugModeEnabled: 0 visionOSBundleVersion: 1.0 tvOSBundleVersion: 1.0 - bundleVersion: 1.0.2 + bundleVersion: 1.0.3 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 diff --git a/Runtime/PackageInfo.cs b/Runtime/PackageInfo.cs index c66dbb6..f790c0f 100644 --- a/Runtime/PackageInfo.cs +++ b/Runtime/PackageInfo.cs @@ -9,7 +9,7 @@ namespace Appegy.Storage public static class PackageInfo { public const string Name = "com.appegy.binary-prefs"; - public const string Version = "1.0.2"; + public const string Version = "1.0.3"; public static string PersistentFolder => Path.Combine(Application.persistentDataPath, Name); } } \ No newline at end of file diff --git a/package.json b/package.json index 365b841..645b273 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.appegy.binary-prefs", "displayName": "Appegy: Binary Prefs", "description": "Fast persistant thread-safe binary storage for Unity.", - "version": "1.0.2", + "version": "1.0.3", "unity": "2021.3", "documentationUrl": "https://github.com/Appegy/BinaryPrefs", "changelogUrl": "https://github.com/Appegy/BinaryPrefs/releases",