Skip to content

Commit

Permalink
chore: Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kleest committed Oct 20, 2024
1 parent 10974f7 commit ec3dc0a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion samsungScannerServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.6.0"
__version__ = "0.6.1"

import atexit
import datetime
Expand Down
4 changes: 2 additions & 2 deletions tools/webui/backend/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 tools/webui/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "st.klee.samsung_scantopc.webui.backend",
"displayName": "Samsung ScanToPC WebUI Backend",
"description": "Web UI for the Samsung ScanToPc tool (backend).",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
Expand Down
4 changes: 2 additions & 2 deletions tools/webui/frontend/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 tools/webui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "st.klee.samsung_scantopc.webui.frontend",
"displayName": "Samsung ScanToPC WebUI Frontend",
"description": "Web UI for the Samsung ScanToPc tool (frontend).",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"main": "index.tsx",
"author": "Steffen Klee <[email protected]>",
Expand Down

0 comments on commit ec3dc0a

Please sign in to comment.