Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Mar 8, 2020
1 parent 2c642b3 commit 2b44302
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed SqlCipher4Unity3D-v1.0.1.unitypackage
Binary file not shown.
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 = "v1.0.1";
const string version = "v1.0.2";
AssetDatabase.ExportPackage(new string[] { "Assets/SqlCipher4Unity3D" }, $"../SqlCipher4Unity3D-{version}.unitypackage", ExportPackageOptions.Recurse);
}
}
Binary file removed showcase.png
Binary file not shown.
Binary file removed sqlite370_banner.gif
Binary file not shown.

0 comments on commit 2b44302

Please sign in to comment.