Skip to content

Commit 8f7a213

Browse files
committed
Bump version: 0.5.0 -> 0.6.0
1 parent 2e625b5 commit 8f7a213

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.5.0"
2+
current_version = "0.6.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10+)
2-
project(pdfalto VERSION 0.5.0)
2+
project(pdfalto VERSION 0.6.0)
33

44
set(PDFALTO_VERSION_STR "${PROJECT_VERSION}")
55

0 commit comments

Comments
 (0)