diff --git a/Cargo.lock b/Cargo.lock index 3c2ac7f..7af7845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,7 +908,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "optimage" -version = "0.1.1" +version = "0.1.2" dependencies = [ "image", "neon", diff --git a/Cargo.toml b/Cargo.toml index a0af88b..9194fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "optimage" -version = "0.1.1" -description = "Converts image buffers to WebP images" +version = "0.1.2" +description = "Converts and optimize image buffers" license = "MIT" edition = "2021" exclude = ["index.node"] diff --git a/package-lock.json b/package-lock.json index e6bdbdb..4f4de09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alexislours/optimage", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alexislours/optimage", - "version": "0.1.1", + "version": "0.1.2", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index e323358..9fe8443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alexislours/optimage", - "version": "0.1.1", + "version": "0.1.2", "description": "Converts and optimize image buffers", "main": "index.node", "scripts": {