Skip to content

Commit

Permalink
v0.22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Oct 5, 2023
1 parent c15c663 commit a733bf6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.22.13 (2023-10-05)

[albert]
* Hotfix create missing application paths
* Fix pixmaps path

[plugins]
* [qml] Fix version branching logic

v0.22.12 (2023-10-03)

[albert]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.19) # JSON support, Ubuntu 22.04

# dont touch! set by metatool
set(PROJECT_VERSION 0.22.12)
set(PROJECT_VERSION 0.22.13)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion plugins

0 comments on commit a733bf6

Please sign in to comment.