Skip to content

Commit

Permalink
Prepare for v2.0.13 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Jul 21, 2015
1 parent 10f867d commit 2653499
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ This file describes all user-facing changes, by version.

# develop

# v2.0.13

* Add Support for Firefox/XULrunner v41.

# v2.0.12
Expand Down
4 changes: 2 additions & 2 deletions build/ArchLinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Pavan Rikhi <pavan.rikhi@gmail.com>
pkgname=pencil
pkgver=2.0.12
pkgver=2.0.13
pkgrel=1
pkgdesc="Sketching and GUI prototyping/wireframing tool"
arch=('any')
Expand All @@ -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=('6f4cc1808faec42bd791e6d809131380b04a11d41db2fd9af83b115ae40a7165')
sha256sums=('f3c23b9dfe6999149b20b1377821b68a81ea68f65182e036a001d823b0d21294')
depends=('xulrunner')
optdepends=('pencil-android-lollipop-stencils-git: Android UI'
'pencil-material-icons-git: Material Design Icons')
Expand Down
2 changes: 1 addition & 1 deletion build/properties.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export NAME='Pencil'
export VERSION='2.0.12'
export VERSION='2.0.13'
export BUILD=`date +%Y%m%d`
export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
export XPI_NAME='Pencil-'$VERSION'-firefox.xpi'
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.12'
version = '2.0.13'
# The full version, including alpha/beta/rc tags.
release = '2.0.12'
release = '2.0.13'

primary_domain = 'js'

Expand Down

0 comments on commit 2653499

Please sign in to comment.