diff --git a/example/package.json b/example/package.json index 8b360ed..7b0a260 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "@corasan/image-compressor-example", - "version": "0.0.7", + "version": "0.1.0", "main": "expo-router/entry", "scripts": { "start": "expo start", diff --git a/package.json b/package.json index a459044..cf5e7b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitro-image-compressor", - "version": "0.0.7", + "version": "0.1.0", "author": "Henry Paulino (https://github.com/corasan)", "packageManager": "bun@1.1.34", "main": "lib/index", diff --git a/package/package.json b/package/package.json index 4bea4bb..a56e29c 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@corasan/image-compressor", - "version": "0.0.7", + "version": "0.1.0", "description": "A template for Nitro Modules.", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js",