Skip to content

Commit

Permalink
version bump to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Mar 8, 2018
1 parent b79dd56 commit 61fde8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"._": "as this would overwrite / update the JSON, not the master CSON!",
"*/": "----------------------------------------------------------------------------",
"name": "readium-js-viewer",
"version": "0.30.0-alpha",
"version": "0.30.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
Expand Up @@ -42,7 +42,7 @@

name: "readium-js-viewer"

version: "0.30.0-alpha"
version: "0.30.0"

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

0 comments on commit 61fde8f

Please sign in to comment.