diff --git a/data/com.github.bleakgrey.transporter.appdata.xml.in b/data/com.github.bleakgrey.transporter.appdata.xml.in index 7771c23..da9b2b2 100644 --- a/data/com.github.bleakgrey.transporter.appdata.xml.in +++ b/data/com.github.bleakgrey.transporter.appdata.xml.in @@ -37,6 +37,14 @@ + + ​ + ​
    +
  • Added Contractor support
  • +
  • Added Send and Receive actions to desktop entry
  • +
+ ​
+ ​
    diff --git a/debian/changelog b/debian/changelog index e9e1c54..165fc42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -transporter (1.2.0) xenial; urgency=low +transporter (1.2.1) xenial; urgency=low - * Minor UI tweaks - * Corrected typos + * Added Contractor support + * Added Send and Receive actions to desktop entry -- bleak_grey Tue, 27 Feb 2018 10:00:00 -0500 \ No newline at end of file diff --git a/src/Transporter.vala b/src/Transporter.vala index 53a2222..2815de3 100644 --- a/src/Transporter.vala +++ b/src/Transporter.vala @@ -18,7 +18,7 @@ public class Transporter : Granite.Application { application_id = "com.github.bleakgrey.transporter"; flags = ApplicationFlags.HANDLES_OPEN; program_name = "Transporter"; - build_version = "1.2.0"; + build_version = "1.2.1"; } public static int main (string[] args) {