Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit 565f0d5

Browse files
committed
Prepare for v2.0.12 Release
1 parent 0972966 commit 565f0d5

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ This file describes all user-facing changes, by version.
22

33
# develop
44

5+
# v2.0.12
6+
57
* Add Support for Firefox/XULrunner v39.
68
* Fix loading .ep files with non-xulrunner binaries(#724).
79
* Correctly specify `multi-layer SVG` instead of `multi-page SVG` in the

build/ArchLinux/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Pavan Rikhi <pavan.rikhi@gmail.com>
22
pkgname=pencil
3-
pkgver=2.0.11
3+
pkgver=2.0.12
44
pkgrel=1
55
pkgdesc="Sketching and GUI prototyping/wireframing tool"
66
arch=('any')
@@ -9,7 +9,7 @@ url="http://github.com/prikhi/pencil"
99
install='pencil.install'
1010

1111
source=("https://github.com/prikhi/pencil/releases/download/v$pkgver/Pencil-$pkgver-linux-pkg.tar.gz")
12-
sha256sums=('a35d1353de6665cbd4a5bd821dcdf7439f2a3c1fcbccee0f01ec8dd1bb67c4f3')
12+
sha256sums=('6f4cc1808faec42bd791e6d809131380b04a11d41db2fd9af83b115ae40a7165')
1313
depends=('xulrunner')
1414
optdepends=('pencil-android-lollipop-stencils-git: Android UI'
1515
'pencil-material-icons-git: Material Design Icons')

build/properties.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
export NAME='Pencil'
4-
export VERSION='2.0.11'
4+
export VERSION='2.0.12'
55
export BUILD=`date +%Y%m%d`
66
export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
77
export XPI_NAME='Pencil-'$VERSION'-firefox.xpi'

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '2.0.11'
61+
version = '2.0.12'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.0.11'
63+
release = '2.0.12'
6464

6565
primary_domain = 'js'
6666

0 commit comments

Comments
 (0)