diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b2426..3767901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file describes all user-facing changes, by version. # develop +# v2.0.20 + # v2.0.19 # v2.0.18 diff --git a/build/ArchLinux/PKGBUILD b/build/ArchLinux/PKGBUILD index 661f9be..e9c9ab5 100644 --- a/build/ArchLinux/PKGBUILD +++ b/build/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Pavan Rikhi pkgname=pencil -pkgver=2.0.19 +pkgver=2.0.20 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=('8b7cab37f1ba9db7b4113972931c026da231e646202cd1ef2a78189264e92b45') +sha256sums=('1892721d814a29b41396677ccf66652ac989b0e1317faa7f28daf25002651279') 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 fa6aba2..6c95caa 100755 --- a/build/properties.sh +++ b/build/properties.sh @@ -1,7 +1,7 @@ #!/bin/sh export NAME='Pencil Prototyping' -export VERSION='2.0.19' +export VERSION='2.0.20' 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 0c09c35..bd45b47 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.19' +version = '2.0.20' # The full version, including alpha/beta/rc tags. -release = '2.0.19' +release = '2.0.20' primary_domain = 'js'