Skip to content

Commit

Permalink
unity.webp 0.3.13 - (libwebp version v1.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Sep 22, 2024
1 parent 1393ea2 commit 21fc379
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Download and install via the [Package Installer](http://package-installer.glitch
``` json
{
"dependencies": {
"com.netpyoung.webp": "0.3.12"
"com.netpyoung.webp": "0.3.13"
},
"scopedRegistries": [
{
Expand All @@ -44,7 +44,7 @@ Download and install via the [Package Installer](http://package-installer.glitch
``` json
{
"dependencies": {
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.12"
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.13"
},
"scopedRegistries": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using #{version} for versioning.
``` json
{
"dependencies": {
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.12",
"com.netpyoung.webp": "https://github.com/netpyoung/unity.webp.git?path=unity_project/Assets/unity.webp#0.3.13",
"org.nuget.system.runtime.compilerservices.unsafe": "6.0.0"
},
"scopedRegistries": [
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.12",
"version": "0.3.13",
"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.12";
const string VERSION = "0.3.13";
AssetDatabase.ExportPackage(
new[] {"Assets/unity.webp"},
$"../webp-{VERSION}.unitypackage",
Expand Down

0 comments on commit 21fc379

Please sign in to comment.