Skip to content

Commit

Permalink
chore : version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Sep 12, 2024
1 parent 87c1055 commit 3d2989e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.6.0] - 2024-09-12

### Added

Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var home, _ = os.UserHomeDir()

var (
NAME = "scan2epub"
VERSION = "1.5.0"
VERSION = "1.6.0"
CONFIG_DIR = path.Join(home, ".config", "scan2epub")
CONFIG_FILE = path.Join(CONFIG_DIR, "config.ini")
LOG_FILE = path.Join(CONFIG_DIR, "log")
Expand Down

0 comments on commit 3d2989e

Please sign in to comment.