Skip to content

Commit

Permalink
update: version info
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Oct 15, 2023
1 parent a7c283a commit 3c84a07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 31 deletions.
30 changes: 2 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
### Unity ###
[Ll]ibrary/
/[Tt]emp/
[Oo]bj/
/[Bb]uild/
[Bb]in/

# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj

# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

.DS_Store
.idea/
/mkmf.log
/build/
/lib/
*.apk
*.unitypackage
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
## prebuilt library

- prebuilt library are maintained by [prebuilt-libsqlcipher](https://github.com/netpyoung/prebuilt-libsqlcipher)
- libsqlcipher v4.5.0
- libsqlcipher v4.5.5
- libsqlcipher v4.5.4 (android)
- libsqlcipher v4.5.0 (windows x86)

## installation

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.3.0",
"version": "1.3.1",
"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.3.0";
const string version = "1.3.1";
AssetDatabase.ExportPackage(new string[] { "Assets/SqlCipher4Unity3D" }, $"../SqlCipher4Unity3D-{version}.unitypackage", ExportPackageOptions.Recurse);
}
}

0 comments on commit 3c84a07

Please sign in to comment.