Skip to content

Commit

Permalink
0.2.1 => 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Oct 15, 2023
1 parent 9b1af55 commit 22b5578
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/msvc/
/android-ndk/
.DS_Store
*.unitypackage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using #{version} for versioning.

``` json
"com.netpyoung.libsodium": "https://github.com/netpyoung/unity.libsodium.git?path=unity.libsodium/Assets/unity.libsodium#0.2.1"
"com.netpyoung.libsodium": "https://github.com/netpyoung/unity.libsodium.git?path=unity.libsodium/Assets/unity.libsodium#0.2.2"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion unity.libsodium/Assets/unity.libsodium/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.netpyoung.libsodium",
"displayName": "Unity.LibSodium",
"version": "0.2.1",
"version": "0.2.2",
"unity": "2018.4",
"description": "libsodium made easy for Unity3d.",
"keywords": [ "libsodium", "unity.libsodium" ],
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 = "0.2.1";
const string VERSION = "0.2.2";
AssetDatabase.ExportPackage(
new[] {"Assets/unity.libsodium"},
$"../unity.libsodium-{VERSION}.unitypackage",
Expand Down

0 comments on commit 22b5578

Please sign in to comment.