Skip to content

Commit db58fc2

Browse files
committed
Release 1.6
1 parent 3d1c1fd commit db58fc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Corebird 1.5
1+
# Corebird 1.6
22

33

44
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=baedert&url=http://github.com/baedert/corebird&title=corebird&language=vala&tags=github&category=software) [![Supprt Corebird on Patreon](https://baedert.org/patreon-donate-yellow.svg)](https://patreon.com/baedert)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([corebird],[1.5],[[email protected]])
1+
AC_INIT([corebird],[1.6],[[email protected]])
22

33
AC_PREREQ([2.65])
44

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Corebird', ['vala', 'c'],
2-
version: '1.5',
2+
version: '1.6',
33
default_options: [
44
'buildtype=debug'
55
])

ui/about-dialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property name="title" translatable="yes">About Corebird</property>
66
<property name="type-hint">dialog</property>
77
<property name="program-name">Corebird</property>
8-
<property name="version">1.5</property>
8+
<property name="version">1.6</property>
99
<property name="website">https://corebird.baedert.org</property>
1010
<property name="authors">Timm Bäder&lt;[email protected]&gt; (Bugs go here)
1111
</property>

0 commit comments

Comments
 (0)