Skip to content

Commit

Permalink
chore: Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kleest committed Mar 26, 2023
1 parent 10109a7 commit 5cd765c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See `changelog.original` for the original changelog.

* Python 3 compatibility
* PEP 8 code style
* Web UI for renaming scanned documents (see `tools/webui`)
* Web UI (see `tools/webui`) for renaming, merging and deleting scanned documents

## Installation
### Arch Linux
Expand All @@ -21,7 +21,7 @@ See `changelog.original` for the original changelog.
This software is subject to the GNU General Public License v3.0 (GNU GPLv3).

```
Copyright (C) 2022 Steffen Klee
Copyright (C) 2022-2023 Steffen Klee
Copyright (C) 2012-2013 angelnu & Totally King
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Expand Down
4 changes: 2 additions & 2 deletions samsungScannerServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# samsungScannerServer.py
# Tool to interact with the "scan to PC" option in Samsung MFP like the CLX 3300
#
# Copyright (C) 2022 Steffen Klee
# Copyright (C) 2022-2023 Steffen Klee
# Copyright (C) 2012-2013 angelnu & Totally King
#
# This program is free software: you can redistribute it and/or modify
Expand All @@ -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.5.0"
__version__ = "0.6.0"

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.5.0",
"version": "0.6.0",
"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.5.0",
"version": "0.6.0",
"private": true,
"main": "index.tsx",
"author": "Steffen Klee <steffen.klee@gmail.com>",
Expand Down

0 comments on commit 5cd765c

Please sign in to comment.