Skip to content

Commit

Permalink
Prepare for v2.0.10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Apr 13, 2015
1 parent 9181bc9 commit b265f87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.9
pkgver=2.0.10
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=('a109d28a695919d2da979de6a6d0baeb4e2820ff795aecd75ba08322f21ed3ee')
sha256sums=('b5dcb12986108bf3eb13cdd1ee1fc1f8d1a88c7fadf2a5c44e7a59a254f2b0dd')
depends=('xulrunner')

package() {
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.9'
export VERSION='2.0.10'
export BUILD=`date -I | sed 's/-//g'`
export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
export XPI_NAME='Pencil-'$VERSION'.xpi'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.9'
release = '2.0.10'

primary_domain = 'js'

Expand Down

0 comments on commit b265f87

Please sign in to comment.