Skip to content

Commit

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

[albert]
* CI/CD: Fix path in sed expression

[plugins]
* [sparkle] Add macos updater plugin prototype

[python]
* [jetbrains] Add RustRover editor

v0.22.11 (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.11)
set(PROJECT_VERSION 0.22.12)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 2001bc1

Please sign in to comment.