diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ea32e..c070d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file describes all user-facing changes, by version. # develop +# v2.0.9 + * Bump maximum firefox/xulrunner version to 37(#685). * Fix the link to the 9-patch documentation(#684). diff --git a/build/ArchLinux/PKGBUILD b/build/ArchLinux/PKGBUILD index 92a9773..ceadab8 100644 --- a/build/ArchLinux/PKGBUILD +++ b/build/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Pavan Rikhi pkgname=pencil -pkgver=2.0.8 +pkgver=2.0.9 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=('3426d0222b213649e448b06384556718c833667394f442682ff66da3cda1b881') +sha256sums=('a109d28a695919d2da979de6a6d0baeb4e2820ff795aecd75ba08322f21ed3ee') depends=('xulrunner') package() { diff --git a/build/properties.sh b/build/properties.sh index 2a4cd80..f967ae8 100755 --- a/build/properties.sh +++ b/build/properties.sh @@ -1,7 +1,7 @@ #!/bin/sh export NAME='Pencil' -export VERSION='2.0.8' +export VERSION='2.0.9' export BUILD=`date -I | sed 's/-//g'` export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors' export XPI_NAME='Pencil-'$VERSION'.xpi' diff --git a/docs/source/conf.py b/docs/source/conf.py index 3acbbc5..c534fea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.8' +release = '2.0.9' primary_domain = 'js'