diff --git a/ci-scripts/linux/rpm/nitrokey-app2.spec b/ci-scripts/linux/rpm/nitrokey-app2.spec index 55d797c7..5b83cdf6 100644 --- a/ci-scripts/linux/rpm/nitrokey-app2.spec +++ b/ci-scripts/linux/rpm/nitrokey-app2.spec @@ -1,5 +1,5 @@ Name: nitrokey-app2 -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} Summary: Graphical application to manage Nitrokey 3 devices diff --git a/nitrokeyapp/VERSION b/nitrokeyapp/VERSION index edbec98e..20710135 100644 --- a/nitrokeyapp/VERSION +++ b/nitrokeyapp/VERSION @@ -1,2 +1,2 @@ -2.2.0 +2.2.1 diff --git a/pyproject.toml b/pyproject.toml index 14178965..da15f503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nitrokeyapp" -version = "2.2.0" +version = "2.2.1" description = "Graphical application to manage Nitrokey devices" authors = [ "Nitrokey ",