Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbs20 committed Nov 10, 2023
1 parent baeed98 commit 72bae27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion app-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 72bae27

Please sign in to comment.