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 10, 2018
1 parent ef5c50d commit 3019bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
transporter (1.0.0) xenial; urgency=low
transporter (1.1.0) xenial; urgency=low

* Initial Release.
* Added Settings

-- Glushchenko Artyom <[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 @@ -10,7 +10,7 @@ public class Transporter : Granite.Application {
application_id = "com.github.bleakgrey.transporter";
flags = ApplicationFlags.FLAGS_NONE;
program_name = "Transporter";
build_version = "1.0";
build_version = "1.1.0";
}

public static int main (string[] args) {
Expand Down

0 comments on commit 3019bb7

Please sign in to comment.