diff --git a/app-server/package.json b/app-server/package.json index 719ed1bc..d3fd4b38 100644 --- a/app-server/package.json +++ b/app-server/package.json @@ -1,6 +1,6 @@ { "name": "scanservjs-server", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "description": "scanservjs-api is a REST based API to control your scanner.", "scripts": { "build": "node build.js", diff --git a/app-ui/package.json b/app-ui/package.json index dd95e258..717184d5 100644 --- a/app-ui/package.json +++ b/app-ui/package.json @@ -1,6 +1,6 @@ { "name": "scanservjs-ui", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "description": "scanservjs is a simple web-based UI for SANE which allows you to share a scanner on a network without the need for drivers or complicated installation.", "author": "Sam Strachan", "scripts": { diff --git a/package-lock.json b/package-lock.json index e6450bb8..4c2b4abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scanservjs", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scanservjs", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "license": "GPL-2.0", "workspaces": [ "app-server", @@ -19,7 +19,7 @@ }, "app-server": { "name": "scanservjs-server", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "license": "GPL-2.0", "dependencies": { "adm-zip": "0.5.10", @@ -42,7 +42,7 @@ }, "app-ui": { "name": "scanservjs-ui", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "license": "GPL-2.0", "dependencies": { "@intlify/unplugin-vue-i18n": "1.5.0", diff --git a/package.json b/package.json index 0fa41d64..f9d6622f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scanservjs", - "version": "3.0.0-SNAPSHOT", + "version": "3.0.0", "description": "scanservjs is a simple web-based UI for SANE which allows you to share a scanner on a network without the need for drivers or complicated installation.", "scripts": { "build:version": "npm --allow-same-version --no-git-tag-version version $npm_package_version --workspaces",