diff --git a/debian/changelog b/debian/changelog index d8b40b9..c973417 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +com.github.davidmhewitt.torrential (1.0.2) xenial; urgency=low + + * Add ability to add a blocklist. + + -- David Hewitt Sun, 25 Jun 2017 16:23:12 +0000 + com.github.davidmhewitt.torrential (1.0.1) xenial; urgency=low * Fix issue with desktop file. - -- David Hewitt Sat, 25 Jun 2017 02:51:32 +0000 + -- David Hewitt Sun, 25 Jun 2017 02:51:32 +0000 com.github.davidmhewitt.torrential (1.0.0) xenial; urgency=low diff --git a/src/Application.vala b/src/Application.vala index 344ea24..a59575b 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -29,7 +29,7 @@ public class Torrential.Application : Granite.Application { program_name = "Torrential"; app_years = "2017"; - build_version = "1.0.1"; + build_version = "1.0.2"; app_icon = "com.github.davidmhewitt.torrential"; main_url = "https://github.com/davidmhewitt/torrential"; bug_url = "https://github.com/davidmhewitt/torrential/issues";