diff --git a/.travis.yml b/.travis.yml
index 6e8644b59..595cab854 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,9 @@ addons:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev
+ - libvte-2.91-dev
+ - libgee-0.8-dev
+ - libunity-dev
cache:
directories:
@@ -25,15 +28,9 @@ matrix:
include:
- env: DIST=juno
-before_install:
- - docker pull ubuntu:18.04
-
install:
- - npm install @elementaryos/houston@1
+ - npm install @elementaryos/houston
script:
- houston ci
- --type system-app
- --name-appstream com.github.muriloventuroso.easyssh
- --name-human EasySSH
- --distribution $DIST
+ --distribution $DIST
\ No newline at end of file
diff --git a/data/com.github.muriloventuroso.easyssh.appdata.xml.in b/data/com.github.muriloventuroso.easyssh.appdata.xml.in
index a8721620c..217dcf492 100755
--- a/data/com.github.muriloventuroso.easyssh.appdata.xml.in
+++ b/data/com.github.muriloventuroso.easyssh.appdata.xml.in
@@ -14,6 +14,11 @@
com.github.muriloventuroso.easyssh
+
+
+ Bugfix
+
+
New Icons
@@ -97,6 +102,9 @@
https://raw.githubusercontent.com/muriloventuroso/easyssh/master/data/screenshot.png
+
+ https://raw.githubusercontent.com/muriloventuroso/easyssh/master/data/screenshot2.png
+
none
diff --git a/debian/changelog b/debian/changelog
index e980eafd4..1c46cfdcd 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
-com.github.muriloventuroso.easyssh (1.3.0) precise; urgency=low
+com.github.muriloventuroso.easyssh (1.3.4) precise; urgency=low
- * New Icons
- * Sync ~/.ssh/config
* Bugfix
- -- Murilo Venturoso Thu, 16 Ago 2018 08:58:00 -0300
+ -- Murilo Venturoso Tue, 28 Ago 2018 017:53:00 -0300
diff --git a/meson.build b/meson.build
index 7ccd0d19d..a45e26c43 100755
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('com.github.muriloventuroso.easyssh', 'vala', 'c')
+project('com.github.muriloventuroso.easyssh', 'vala', 'c', version: '1.3.4')
gnome = import('gnome')
i18n = import('i18n')