Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bleakgrey committed Mar 16, 2018
1 parent dc3c5b9 commit bb671f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions data/com.github.bleakgrey.transporter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
</screenshots>

<releases>
<release version="1.2.1" date="2018-03-16">
​ <description>
​ <ul>
<li>Added Contractor support</li>
<li>Added Send and Receive actions to desktop entry</li>
</ul>
​ </description>
​ </release>
<release version="1.2.0" date="2018-03-14">
​ <description>
​ <ul>
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 27 Feb 2018 10:00:00 -0500
2 changes: 1 addition & 1 deletion src/Transporter.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bb671f4

Please sign in to comment.