Skip to content

Commit 0ee0a70

Browse files
committed
Release 1.5
1 parent d72cdd5 commit 0ee0a70

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.4
1+
# Corebird 1.4 1.5
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.4],[[email protected]])
1+
AC_INIT([corebird],[1.5],[[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.4.2')
2+
version: '1.5')
33

44
gnome = import('gnome')
55
srcdir = include_directories('src')

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.4</property>
8+
<property name="version">1.5</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)