Skip to content

Commit bc7bfd7

Browse files
committed
bump: version 1.5.0 → 1.5.1
1 parent af26f43 commit bc7bfd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.31)
22

33
project(
44
ktexteditor_wakatime
5-
VERSION 1.5.0
5+
VERSION 1.5.1
66
DESCRIPTION "Kate plugin to interface with WakaTime."
77
HOMEPAGE_URL https://tatsh.github.io/kate-wakatime/)
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@
116116
"format": "cmake-format -i CMakeLists.txt && clang-format -i *.cpp *.h && yarn prettier -w .",
117117
"qa": "yarn check-spelling && yarn check-formatting"
118118
},
119-
"version": "1.5.0"
119+
"version": "1.5.1"
120120
}

0 commit comments

Comments
 (0)