Skip to content

Commit

Permalink
Bump version to v0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Dec 2, 2013
1 parent b5b75df commit 4caafd4
Show file tree
Hide file tree
Showing 9 changed files with 656 additions and 542 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.9.14",
"version": "0.9.15",
"main": "dist/paper.js",
"ignore": [
"build",
Expand All @@ -14,7 +14,7 @@
"test"
],
"devDependencies": {
"straps": "~1.3.1",
"straps": "~1.3.2",
"acorn": "git:https://github.com/paperjs/acorn#0.3.2",
"esprima": "~1.0.3",
"stats.js": "r11"
Expand Down
4 changes: 2 additions & 2 deletions build/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ cd ../paperjs.org
SITE_DIR=`PWD`
DIST_FILE=content/10-Download/paperjs-v$VERSION.zip # Relative to $SITE_DIR

cd $PAPER_DIR
build/dist.sh
cd $PAPER_DIR/build
./dist.sh
echo "Commiting Version"
# Add changed json configuration files
git add -u package.json
Expand Down
Loading

0 comments on commit 4caafd4

Please sign in to comment.