Skip to content

Commit

Permalink
Merge pull request #235 from Nitrokey/pre-v2.3
Browse files Browse the repository at this point in the history
update meta-data for flatpak; update release doc
  • Loading branch information
jj-so authored Apr 19, 2024
2 parents a459f1a + 1c98f0a commit 974c548
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/linux/rpm/nitrokey-app2.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nitrokey-app2
Version: 2.2.2
Version: 2.3.0
Release: 1%{?dist}
Summary: Graphical application to manage Nitrokey 3 devices

Expand Down
3 changes: 2 additions & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* `/VERSION` (mind the final newline)
* `pyproject.toml`
* `ci-scripts/linux/rpm/nitrokey-app2.spec`
* `flatpak` (todo)
* add flatpak meta-data in `meta/com.nitrokey.nitrokey-app2.metainfo.xml`, like this: `<release version="2.3" date="2024-04-19"/>`


* create tag (`git tag -S -m "vX.Y.Z" vX.Y.Z` or in the web-ui)

Expand Down
4 changes: 2 additions & 2 deletions meta/com.nitrokey.nitrokey-app2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<category>Qt</category>
</categories>
<releases>
<release version="2.1.5" date="2024-01-09"/>
<release version="2.3.0" date="2024-04-19"/>
</releases>
<provides>
<binary>nitrokeyapp</binary>
Expand All @@ -34,7 +34,7 @@
<url type="help">https://docs.nitrokey.com/software/nk-app2</url>
<screenshots>
<screenshot type="default">
<image>https://github.com/Nitrokey/nitrokey-app2/raw/flatpak/meta/screenshot.png</image>
<image>https://github.com/Nitrokey/nitrokey-app2/blob/main/meta/screenshot.png?raw=true</image>
<caption>Main window</caption>
</screenshot>
</screenshots>
Expand Down
2 changes: 1 addition & 1 deletion nitrokeyapp/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.2.2
2.3.0

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nitrokeyapp"
version = "2.2.2"
version = "2.3.0"
description = "Graphical application to manage Nitrokey devices"
authors = [
"Nitrokey <[email protected]>",
Expand Down

0 comments on commit 974c548

Please sign in to comment.