Skip to content

Commit 1baf5f5

Browse files
author
mirkobrombin
committed
1.0.1
1 parent 5abc6ad commit 1baf5f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-beta
1+
1.0.1-beta

atoms-core

atoms/gtk/about-window.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<object class="AdwAboutWindow" id="about_window">
66
<property name="application-name">Atoms</property>
77
<property name="modal">True</property>
8-
<property name="version">1.0.0-beta</property>
8+
<property name="version">1.0.1-beta</property>
99
<property name="copyright">© 2022 mirkobrombin</property>
1010
<property name="comments">Easily manage Linux chroot(s) with Atoms</property>
1111
<property name="website">https://github.com/mirkobrombin/Atoms</property>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('atoms',
2-
version: '1.0.0',
2+
version: '1.0.1',
33
meson_version: '>= 0.59.0',
44
default_options: [ 'warning_level=2',
55
'werror=false',

0 commit comments

Comments
 (0)