fix libwebp version (imagemagick with webp-1.3.1-rc1 crashed)

This commit is contained in:
crazywhalecc 2023-06-15 22:22:07 +08:00
parent 74a34362c3
commit c49e6ba0a2
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 3 additions and 3 deletions

View File

@ -212,8 +212,8 @@
}
},
"libwebp": {
"type": "ghtagtar",
"repo": "webmproject/libwebp",
"type": "url",
"url": "https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.0.tar.gz",
"license": {
"type": "file",
"path": "COPYING"

View File

@ -16,7 +16,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
class ConsoleApplication extends Application
{
public const VERSION = '2.0-rc1';
public const VERSION = '2.0-rc2';
/**
* @throws \ReflectionException