Skip to content

Commit 2d42209

Browse files
committed
SqlCipher4Unity3D 1.3.7 - (libsqlcipher version v4.10.0)
1 parent 25b55ea commit 2d42209

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.6"
28+
"com.netpyoung.sqlcipher4unity3d": "https://github.com/netpyoung/SqlCipher4Unity3D.git?path=SqlCipher4Unity3D/Assets/SqlCipher4Unity3D#1.3.7"
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.6",
4+
"version": "1.3.7",
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.6";
8+
const string version = "1.3.7";
99
AssetDatabase.ExportPackage(new string[] { "Assets/SqlCipher4Unity3D" }, $"../SqlCipher4Unity3D-{version}.unitypackage", ExportPackageOptions.Recurse);
1010
}
1111
}

0 commit comments

Comments
 (0)