Skip to content

Commit

Permalink
* unity.webp 0.3.6 - (libwebp version v1.2.2)
Browse files Browse the repository at this point in the history
- apply: prebuilt-libwebp v0.0.6 for #42
  • Loading branch information
netpyoung committed Jun 2, 2022
1 parent e7fe9db commit 1171f6e
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 @@ -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.5"
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.6"
```

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

0 comments on commit 1171f6e

Please sign in to comment.