We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af26f43 commit bc7bfd7Copy full SHA for bc7bfd7
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.31)
2
3
project(
4
ktexteditor_wakatime
5
- VERSION 1.5.0
+ VERSION 1.5.1
6
DESCRIPTION "Kate plugin to interface with WakaTime."
7
HOMEPAGE_URL https://tatsh.github.io/kate-wakatime/)
8
package.json
@@ -116,5 +116,5 @@
116
"format": "cmake-format -i CMakeLists.txt && clang-format -i *.cpp *.h && yarn prettier -w .",
117
"qa": "yarn check-spelling && yarn check-formatting"
118
},
119
- "version": "1.5.0"
+ "version": "1.5.1"
120
}
0 commit comments