Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Feb 12, 2024
1 parent 06e3011 commit a7605af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [1.0.1] 2024-02-12

- Fixed missing screenshots captions.
- Fixed deprecated regex warnings.
Expand Down
2 changes: 1 addition & 1 deletion data/dev.tchx84.Portfolio.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<project_license>GPL-3.0-or-later</project_license>
<content_rating type="oars-1.1"/>
<releases>
<release date="2023-08-29" version="1.0.0"/>
<release date="2024-02-12" version="1.0.1"/>
</releases>
<!-- TRANSLATORS: Don't translate this text -->
<name>Portfolio</name>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('portfolio',
version: '1.0.0',
version: '1.0.1',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<child>
<object class="GtkLabel">
<property name="hexpand">1</property>
<property name="label">1.0.0</property>
<property name="label">1.0.1</property>
<property name="wrap">1</property>
<style>
<class name="version-label"/>
Expand Down

0 comments on commit a7605af

Please sign in to comment.