Skip to content

Commit cb8f61a

Browse files
authored
Merge pull request #56 from agateau/prep-release
Prepare release of 1.3.93
2 parents 57b9a85 + d73b772 commit cb8f61a

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

.changes/1.3.93.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1.3.93 - 2023-04-03
2+
3+
### Fixed
4+
5+
- Fixed a typo in the Appstream ID, which made creating a Flatpak for the app complicated.

.changes/unreleased/Fixed-20230403-135050.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.3.93 - 2023-04-03
4+
5+
### Fixed
6+
7+
- Fixed a typo in the Appstream ID, which made creating a Flatpak for the app complicated.
8+
39
## 1.3.92 - 2023-04-02
410

511
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.17)
22
project(nanonote
3-
VERSION 1.3.92
3+
VERSION 1.3.93
44
DESCRIPTION "Minimalist note taking application for short-lived notes"
55
HOMEPAGE_URL "https://github.com/agateau/nanonote"
66
)

src/linux/nanonote.metainfo.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<url type="donation">https://agateau.com/support</url>
2626
<launchable type="desktop-id">com.agateau.nanonote.desktop</launchable>
2727
<releases>
28+
<release version="1.3.93" date="2023-04-03">
29+
<description>
30+
<p>
31+
<em>Fixed</em>
32+
</p>
33+
<ul>
34+
<li>Fixed a typo in the Appstream ID, which made creating a Flatpak for the app complicated.</li>
35+
</ul>
36+
</description>
37+
</release>
2838
<release version="1.3.92" date="2023-04-02">
2939
<description>
3040
<p>

0 commit comments

Comments
 (0)