Skip to content

Commit b387372

Browse files
committed
SqlCipher4Unity3D 1.3.5 - (libsqlcipher version v4.10.0)
- rename: macOS/sqlcipher.dylib => macOS/sqlcipher.bundle - rename: macOS/libsqlcipher.xcframework => iOS/libsqlcipher.xcframework
1 parent a59d4f6 commit b387372

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
using #{version} for versioning.
2626

2727
``` json
28-
"com.netpyoung.sqlcipher4unity3d": "https://github.com/netpyoung/SqlCipher4Unity3D.git?path=SqlCipher4Unity3D/Assets/SqlCipher4Unity3D#1.3.4"
28+
"com.netpyoung.sqlcipher4unity3d": "https://github.com/netpyoung/SqlCipher4Unity3D.git?path=SqlCipher4Unity3D/Assets/SqlCipher4Unity3D#1.3.5"
2929
```
3030

3131
## Watchout

SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.netpyoung.sqlcipher4unity3d",
33
"displayName": "SqlCipher4Unity3D",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"unity": "2018.4",
66
"description": "SqlCipher made easy for Unity3d.",
77
"keywords": [ "database", "sqlite", "sqlcipher", "SqlCipher4Unity3D" ],

SqlCipher4Unity3D/Assets/unitypackage-builder/Editor/PackageTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class PackageTool
55
[MenuItem("Package/Update Package")]
66
private static void UpdatePackage()
77
{
8-
const string version = "1.3.4";
8+
const string version = "1.3.5";
99
AssetDatabase.ExportPackage(new string[] { "Assets/SqlCipher4Unity3D" }, $"../SqlCipher4Unity3D-{version}.unitypackage", ExportPackageOptions.Recurse);
1010
}
1111
}

0 commit comments

Comments
 (0)