diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c325b..71bd75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file describes all user-facing changes, by version. # develop +# v2.0.15 + * Add Backspace as an Alternative to Delete Objects from a Document(#191). * Reduce Angle of Arrowhead Lines(#753) diff --git a/build/ArchLinux/PKGBUILD b/build/ArchLinux/PKGBUILD index 9cd44f6..b81d0bf 100644 --- a/build/ArchLinux/PKGBUILD +++ b/build/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Pavan Rikhi pkgname=pencil -pkgver=2.0.14 +pkgver=2.0.15 pkgrel=1 pkgdesc="Sketching and GUI prototyping/wireframing tool" arch=('any') @@ -9,7 +9,7 @@ url="http://github.com/prikhi/pencil" install='pencil.install' source=("https://github.com/prikhi/pencil/releases/download/v$pkgver/Pencil-$pkgver-linux-pkg.tar.gz") -sha256sums=('59f46db863e6d95ee6987e600d658ad4b58b03b0744c5c6d17ce04f5ae92d260') +sha256sums=('be338558b613f51506337a2c7c80f209e8644656c2925f41c294e2872feabc3b') depends=('xulrunner') optdepends=('pencil-android-lollipop-stencils-git: Android UI' 'pencil-material-icons-git: Material Design Icons') diff --git a/build/properties.sh b/build/properties.sh index 222c437..bfc934d 100755 --- a/build/properties.sh +++ b/build/properties.sh @@ -1,7 +1,7 @@ #!/bin/sh export NAME='Pencil' -export VERSION='2.0.14' +export VERSION='2.0.15' export BUILD=`date +%Y%m%d` export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors' export MAINTAINER='Pavan Rikhi ' diff --git a/docs/source/conf.py b/docs/source/conf.py index dcc5a4b..020e868 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '2.0.14' +version = '2.0.15' # The full version, including alpha/beta/rc tags. -release = '2.0.14' +release = '2.0.15' primary_domain = 'js'