File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+
17com.github.devalien.workspaces (1.0.4) RELEASED; urgency=low
28
39 * Release for elementary OS. *
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Maintainer: Goncalo Margalho <g@margalho.info>
55Build-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
Original file line number Diff line number Diff line change 22project (
33 ' com.github.devalien.workspaces' ,
44 ' vala' , ' c' ,
5- version : ' 1.0.4 '
5+ version : ' 1.0.5 '
66)
77
88# Translation module
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments