File tree Expand file tree Collapse file tree
.BinaryPrefs/ProjectSettings Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments