Skip to content

Commit 92a21ee

Browse files
committed
chore : version 1.2.0
1 parent a0713c7 commit 92a21ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.2.0] - 2024-05-07
44

55
### Added
66

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var home, _ = os.UserHomeDir()
1111

1212
var (
1313
NAME = "scan2epub"
14-
VERSION = "1.1.0"
14+
VERSION = "1.2.0"
1515
USAGE = "CLI tool to convert scan to epub"
1616
CONFIG_DIR = path.Join(home, ".config", "scan2epub")
1717
CONFIG_FILE = path.Join(CONFIG_DIR, "config")

0 commit comments

Comments
 (0)