Skip to content

Commit

Permalink
Fix control file, release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAlien committed Aug 17, 2020
1 parent 504b5bc commit 0d69d2d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
10 changes: 9 additions & 1 deletion data/com.github.devalien.workspaces.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,15 @@
</content_rating>

<releases>
<release version="1.0.3" date="2020-08-17">
<release version="1.0.5" date="2020-08-17">
<description>
<p>Fixes</p>
<ul>
<li>Fix control file for deb packaging</li>
</ul>
</description>
</release>
<release version="1.0.4" date="2020-08-17">
<description>
<p>Improvementes</p>
<ul>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.devalien.workspaces (1.0.5) RELEASED; urgency=low

* Fix control file for deb packaging. *

-- Goncalo Margalho <[email protected]> Mon, 17 Aug 2020 13:41:57 +0200

com.github.devalien.workspaces (1.0.4) RELEASED; urgency=low

* Release for elementary OS. *
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Goncalo Margalho <[email protected]>
Build-Depends: cmake (>= 2.8),
debhelper (>= 9),
libgtk-3-dev,
valac (>= 0.40.0)
valac (>= 0.40.0),
libgranite-dev,
libjson-glib-dev,
libgee-0.8-dev
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project (
'com.github.devalien.workspaces',
'vala', 'c',
version: '1.0.4'
version: '1.0.5'
)

# Translation module
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Workspaces.Application : Gtk.Application {

public Workspaces.Controllers.WorkspacesController workspaces_controller;

public const string APP_VERSION = "1.0.4";
public const string APP_VERSION = "1.0.5";
public const string APP_ID = "com.github.devalien.workspaces";

private bool show_quick_launch = false;
Expand Down

0 comments on commit 0d69d2d

Please sign in to comment.