Skip to content

Commit 332f10f

Browse files
committed
unity.webp 0.3.19 - (libwebp version v1.6.0)
- support ios simulator #77
1 parent 8a71184 commit 332f10f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## prebuilt library
1010

1111
- prebuilt library are maintained by [prebuilt-libwebp](https://github.com/netpyoung/prebuilt-libwebp)
12-
- libwebp version v1.5.0
12+
- libwebp version v1.6.0
1313

1414
## installation
1515

@@ -24,7 +24,7 @@ Download and install via the [Package Installer](http://package-installer.glitch
2424
``` json
2525
{
2626
"dependencies": {
27-
"com.netpyoung.webp": "0.3.18"
27+
"com.netpyoung.webp": "0.3.19"
2828
},
2929
"scopedRegistries": [
3030
{
@@ -44,7 +44,7 @@ Download and install via the [Package Installer](http://package-installer.glitch
4444
``` json
4545
{
4646
"dependencies": {
47-
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.18"
47+
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.19"
4848
},
4949
"scopedRegistries": [
5050
{

docs/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using #{version} for versioning.
1313
``` json
1414
{
1515
"dependencies": {
16-
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.18",
16+
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.19",
1717
"org.nuget.system.runtime.compilerservices.unsafe": "6.0.0"
1818
},
1919
"scopedRegistries": [

unity_project/Assets/unity.webp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.netpyoung.webp",
33
"displayName": "Unity.WebP",
4-
"version": "0.3.18",
4+
"version": "0.3.19",
55
"unity": "2018.4",
66
"description": "webp made easy for Unity3d.",
77
"keywords": ["webp","unity.webp"],

unity_project/Assets/unitypackage-builder/Editor/PackageTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class PackageTool
55
[MenuItem("Package/Update Package")]
66
private static void UpdatePackage()
77
{
8-
const string VERSION = "0.3.18";
8+
const string VERSION = "0.3.19";
99
AssetDatabase.ExportPackage(
1010
new[] {"Assets/unity.webp"},
1111
$"../webp-{VERSION}.unitypackage",

0 commit comments

Comments
 (0)