diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6131676..c12351e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.1 +current_version = 1.8.2 commit = True tag = True diff --git a/app/package.json b/app/package.json index 51a00ee..69a31f4 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "ZXPInstaller", - "version": "1.8.1", + "version": "1.8.2", "module": "main.js", "dependencies": { "@electron/remote": "^2.0.1", diff --git a/package.json b/package.json index 5d5c09a..e5821f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zxpinstaller", - "version": "1.8.1", + "version": "1.8.2", "description": "An open source Creative Cloud extension installer", "main": "index.js", "priave": true,