Skip to content

Commit

Permalink
* workflow for build libwebp v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Nov 8, 2021
1 parent e66a882 commit ef0a72f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [0.0.2]

- libwebp tag v1.2.1

## [0.0.1]

- libwebp version 1.0.0
- libwebp tag 1.0.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

:package: Prebuilt native libwebp for Unity3D

- Prebuilt native libwebp library for Unity3D.
- [webp](https://developers.google.com/speed/webp) wrapper
- Prebuilt native [libwebp](https://github.com/webmproject/libwebp) library for Unity3D.
- try [unity.webp](https://github.com/netpyoung/unity.webp).

| Platforms | Arch | action | device tested? |
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'zip'
require 'digest/md5'

GIT_ROOT = `git rev-parse --show-toplevel`.strip
VERSION = '1.0.0'
VERSION = 'v1.2.1'
LIBWEBP = "libwebp"

desc "default"
Expand Down

0 comments on commit ef0a72f

Please sign in to comment.