Skip to content

Commit 0d69d2d

Browse files
committed
Fix control file, release 1.0.5
1 parent 504b5bc commit 0d69d2d

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

data/com.github.devalien.workspaces.appdata.xml.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@
6767
</content_rating>
6868

6969
<releases>
70-
<release version="1.0.3" date="2020-08-17">
70+
<release version="1.0.5" date="2020-08-17">
71+
<description>
72+
<p>Fixes</p>
73+
<ul>
74+
<li>Fix control file for deb packaging</li>
75+
</ul>
76+
</description>
77+
</release>
78+
<release version="1.0.4" date="2020-08-17">
7179
<description>
7280
<p>Improvementes</p>
7381
<ul>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.devalien.workspaces (1.0.5) RELEASED; urgency=low
2+
3+
* Fix control file for deb packaging. *
4+
5+
-- Goncalo Margalho <g@margalho.info> Mon, 17 Aug 2020 13:41:57 +0200
6+
17
com.github.devalien.workspaces (1.0.4) RELEASED; urgency=low
28

39
* Release for elementary OS. *

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Goncalo Margalho <g@margalho.info>
55
Build-Depends: cmake (>= 2.8),
66
debhelper (>= 9),
77
libgtk-3-dev,
8-
valac (>= 0.40.0)
8+
valac (>= 0.40.0),
99
libgranite-dev,
1010
libjson-glib-dev,
1111
libgee-0.8-dev

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project (
33
'com.github.devalien.workspaces',
44
'vala', 'c',
5-
version: '1.0.4'
5+
version: '1.0.5'
66
)
77

88
# Translation module

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class Workspaces.Application : Gtk.Application {
2727

2828
public Workspaces.Controllers.WorkspacesController workspaces_controller;
2929

30-
public const string APP_VERSION = "1.0.4";
30+
public const string APP_VERSION = "1.0.5";
3131
public const string APP_ID = "com.github.devalien.workspaces";
3232

3333
private bool show_quick_launch = false;

0 commit comments

Comments
 (0)