Skip to content

Commit

Permalink
SqlCipher4Unity3D 1.3.0 - (libsqlcipher version v4.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Dec 1, 2021
1 parent 8af218c commit 07a98bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
using #{version} for versioning.

``` json
"com.netpyoung.sqlcipher4unity3d": "https://github.com/netpyoung/SqlCipher4Unity3D.git?path=SqlCipher4Unity3D/Assets/SqlCipher4Unity3D#1.2.0"
"com.netpyoung.sqlcipher4unity3d": "https://github.com/netpyoung/SqlCipher4Unity3D.git?path=SqlCipher4Unity3D/Assets/SqlCipher4Unity3D#1.3.0"
```

## Watchout
Expand Down
2 changes: 1 addition & 1 deletion SqlCipher4Unity3D/Assets/SqlCipher4Unity3D/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.netpyoung.sqlcipher4unity3d",
"displayName": "SqlCipher4Unity3D",
"version": "1.2.0",
"version": "1.3.0",
"unity": "2018.4",
"description": "SqlCipher made easy for Unity3d.",
"keywords": [ "database", "sqlite", "sqlcipher", "SqlCipher4Unity3D" ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class PackageTool
[MenuItem("Package/Update Package")]
private static void UpdatePackage()
{
const string version = "1.2.0";
const string version = "1.3.0";
AssetDatabase.ExportPackage(new string[] { "Assets/SqlCipher4Unity3D" }, $"../SqlCipher4Unity3D-{version}.unitypackage", ExportPackageOptions.Recurse);
}
}

0 comments on commit 07a98bd

Please sign in to comment.