From 02c73b463712f4e87bcde0a3b4654c171f3a3c58 Mon Sep 17 00:00:00 2001 From: jj-so Date: Fri, 26 Jan 2024 09:45:50 +0100 Subject: [PATCH] v2.2.0 --- 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 5572f2cc..55d797c7 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.1.5 +Version: 2.2.0 Release: 1%{?dist} Summary: Graphical application to manage Nitrokey 3 devices diff --git a/nitrokeyapp/VERSION b/nitrokeyapp/VERSION index 54b50ff2..edbec98e 100644 --- a/nitrokeyapp/VERSION +++ b/nitrokeyapp/VERSION @@ -1,2 +1,2 @@ -2.1.5 +2.2.0 diff --git a/pyproject.toml b/pyproject.toml index a2dfed67..6ca5e871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nitrokeyapp" -version = "2.1.5" +version = "2.2.0" description = "Graphical application to manage Nitrokey devices" authors = [ "Nitrokey ",