From 9d9980d4c43d3fcda36b21979fe70a93cd403917 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Thu, 14 Sep 2017 14:13:31 -0400 Subject: [PATCH] Version Bump to 1.0.4 --- .gitignore | 10 +++++++++- debian/changelog | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6574ff4..4788d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -102,4 +102,12 @@ ENV/ # jetbrains -.idea/ \ No newline at end of file +.idea/ + +# packaging +/debian/debhelper-build-stamp +/debian/files +/debian/wasp.substvars +/debian/wasp.debhelper.log +/debian/wasp/ +/debian/wasp/* \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index a30632d..108bd37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -wasp (1.0.3) UNRELEASED; urgency=low +wasp (1.0.4) UNRELEASED; urgency=low * Initial release. * Design and Functionality Update * Directory Location correct * Icons, related applications, validation and almost full manifest functionality + * Refactor to remove unused prompts, and account for cleaner design - -- Devin Matte Wed, 06 Sep 2017 12:41:12 -0400 + -- Devin Matte Thurs, 14 Sep 2017 14:11:12 -0400