Skip to content

Commit

Permalink
version bump to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Dec 22, 2017
1 parent 3bb8801 commit 4371d02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"._": "as this would overwrite / update the JSON, not the master CSON!",
"*/": "----------------------------------------------------------------------------",
"name": "readium-js-viewer",
"version": "0.29.0-alpha",
"version": "0.29.0",
"engines": {
"node": ">=4",
"npm": ">=2",
Expand Down Expand Up @@ -172,4 +172,4 @@
"deploy:cloudReaderLite:copy:sourcemap": "node ./readium-js/readium-shared-js/readium-cfi-js/node_modules/ncp/bin/ncp dist/cloud-reader-lite_sourcemap/ dist/cloud-reader-lite/scripts/ && ( node ./readium-js/readium-shared-js/readium-cfi-js/node_modules/ncp/bin/ncp dist/zip_sourcemap/ dist/cloud-reader-lite/scripts/zip/ || echo \"=== SUCCESS [ignore previous error]: no sourcemaps were generated for zip web-worker, deflate, inflate (no uglification).\" )",
"deploy:chromeApp:copy:sourcemap": "node ./readium-js/readium-shared-js/readium-cfi-js/node_modules/ncp/bin/ncp dist/chrome-app_sourcemap/ dist/chrome-app/scripts/"
}
}
}
2 changes: 1 addition & 1 deletion package/package_base.cson
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

name: "readium-js-viewer"

version: "0.29.0-alpha"
version: "0.29.0"

engines:
node: ">=4"
Expand Down
2 changes: 1 addition & 1 deletion readium-js

0 comments on commit 4371d02

Please sign in to comment.