From daf4518441af400b169be98e8300670010083854 Mon Sep 17 00:00:00 2001 From: jj-so Date: Tue, 5 Mar 2024 13:37:30 +0100 Subject: [PATCH] Relases 2.2.2 --- ci-scripts/linux/rpm/nitrokey-app2.spec | 2 +- nitrokeyapp/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-scripts/linux/rpm/nitrokey-app2.spec b/ci-scripts/linux/rpm/nitrokey-app2.spec index 5b83cdf6..2d4f4f73 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.1 +Version: 2.2.2 Release: 1%{?dist} Summary: Graphical application to manage Nitrokey 3 devices diff --git a/nitrokeyapp/VERSION b/nitrokeyapp/VERSION index 20710135..c4d77e65 100644 --- a/nitrokeyapp/VERSION +++ b/nitrokeyapp/VERSION @@ -1,2 +1,2 @@ -2.2.1 +2.2.2 diff --git a/pyproject.toml b/pyproject.toml index da15f503..26ae3992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nitrokeyapp" -version = "2.2.1" +version = "2.2.2" description = "Graphical application to manage Nitrokey devices" authors = [ "Nitrokey ",