Skip to content

Commit

Permalink
Release 3.0.0 for AppCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAlien committed Sep 1, 2020
1 parent 38b31d8 commit 0eaeb79
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
5 changes: 3 additions & 2 deletions com.github.devalien.workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@
{
"type": "git",
"url": "https://github.com/devalien/workspaces.git",
"branch": "master"
"tag": "1.2.1",
"commit": "919375876e4bc7625ddd4800c41750efac9c6ba3"
}
],
"post-install": [
"sed -i s:Exec=data/com.github.devalien.workspaces:Exec=/app/bin/workspaces-wrapper: /app/share/applications/com.github.devalien.workspaces.desktop"
"sed -i s:Exec=com.github.devalien.workspaces:Exec=/app/bin/workspaces-wrapper: /app/share/applications/com.github.devalien.workspaces.desktop"
]
}
]
Expand Down
9 changes: 7 additions & 2 deletions data/com.github.devalien.workspaces.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Workspaces</name>
<summary>Workspaces to be always ready to work</summary>
<summary>Always be ready for work</summary>
<description>
<p>Make working on different projects easy again!</p>
<p>Workspaces lets you configure and quickly launch all you need to work on a project. It can open in a second different instances of code, a specific website and a directory</p>
Expand Down Expand Up @@ -67,7 +67,12 @@
</content_rating>

<releases>
<release version="1.3.1" date="2020-08-23">
<release version="3.0.0" date="2020-09-01">
<description>
<p>Release 3.0 for AppCenter</p>
</description>
</release>
<release version="1.3.1" date="2020-08-23">
<description>
<p>Fixes</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 (3.0.0) RELEASED; urgency=low

* Release for AppCenter. *

-- Goncalo Margalho <[email protected]> Tue, 01 Aug 2020 10:50:00 +0200

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

* Fixed typo. *
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.3.1'
version: '3.0.0'
)

# 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.3.1";
public const string APP_VERSION = "3.0.0";
public const string APP_ID = "com.github.devalien.workspaces";
public const string SHOW_WORKSPACES_CMD = APP_ID;
public const string FLATPAK_SHOW_WORKSPACES_CMD = "flatpak run " + APP_ID;
Expand Down

0 comments on commit 0eaeb79

Please sign in to comment.