Skip to content

Commit

Permalink
mark version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEX11BR committed Feb 19, 2025
1 parent 5ef9d91 commit 488ade6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "themechanger";
version = "0.12.0";
version = "0.12.1";
format = "other";
src = ./.;
nativeBuildInputs = with pkgs; [
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('themechanger', 'c',
version: '0.12.0',
version: '0.12.1',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit 488ade6

Please sign in to comment.