From 7962bb9fb38ea999532e04188d1bcdf60078e5e3 Mon Sep 17 00:00:00 2001 From: Shubham Arora Date: Fri, 26 Jan 2018 12:45:29 +0530 Subject: [PATCH] Release 0.1.5 --- data/com.github.arshubham.cipher.appdata.xml | 2 +- debian/changelog | 2 +- meson.build | 2 +- src/configs/Constants.vala | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/com.github.arshubham.cipher.appdata.xml b/data/com.github.arshubham.cipher.appdata.xml index 6cec312e..fe7bbfc0 100644 --- a/data/com.github.arshubham.cipher.appdata.xml +++ b/data/com.github.arshubham.cipher.appdata.xml @@ -19,7 +19,7 @@ - +

New Icon

Fixes in .desktop file

diff --git a/debian/changelog b/debian/changelog index 89eb4a40..7845159a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -com.github.arshubham.cipher (0.1.4) precise; urgency=low +com.github.arshubham.cipher (0.1.5) precise; urgency=low * New Icon. * Fixes to .desktop file diff --git a/meson.build b/meson.build index 625fe7c2..0d748813 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.arshubham.cipher', ['vala', 'c'], - version : '0.1.4', + version : '0.1.5', license: 'GPL-3.0' ) diff --git a/src/configs/Constants.vala b/src/configs/Constants.vala index af47c234..631421da 100644 --- a/src/configs/Constants.vala +++ b/src/configs/Constants.vala @@ -31,7 +31,7 @@ namespace Cipher.Configs { public class Constants { public abstract const string ID = "com.github.arshubham.cipher"; - public abstract const string VERSION = "0.1.4"; + public abstract const string VERSION = "0.1.5"; public abstract const string PROGRAME_NAME = "Cipher"; public abstract const string APP_YEARS = "2018"; public abstract const string APP_ICON = "com.github.arshubham.cipher";