Skip to content

Commit

Permalink
unity.webp 0.3.2 - (libwebp version v1.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Feb 4, 2022
1 parent 218c6d2 commit 9622e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ using `#{version}` for versioning.
ex)

``` json
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.1"
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.2"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion unity_project/Assets/unity.webp/package.json
@@ -1,7 +1,7 @@
{
"name": "com.netpyoung.webp",
"displayName": "Unity.WebP",
"version": "0.3.1",
"version": "0.3.2",
"unity": "2018.4",
"description": "webp made easy for Unity3d.",
"keywords": [ "webp", "unity.webp" ],
Expand Down
Expand Up @@ -5,7 +5,7 @@ public class PackageTool
[MenuItem("Package/Update Package")]
private static void UpdatePackage()
{
const string VERSION = "0.3.1";
const string VERSION = "0.3.2";
AssetDatabase.ExportPackage(
new[] {"Assets/unity.webp"},
$"../webp-{VERSION}.unitypackage",
Expand Down

0 comments on commit 9622e8d

Please sign in to comment.