Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 4371d02

Browse files
committed
version bump to 0.29.0
1 parent 3bb8801 commit 4371d02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"._": "as this would overwrite / update the JSON, not the master CSON!",
66
"*/": "----------------------------------------------------------------------------",
77
"name": "readium-js-viewer",
8-
"version": "0.29.0-alpha",
8+
"version": "0.29.0",
99
"engines": {
1010
"node": ">=4",
1111
"npm": ">=2",
@@ -172,4 +172,4 @@
172172
"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).\" )",
173173
"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/"
174174
}
175-
}
175+
}

package/package_base.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
name: "readium-js-viewer"
4444

45-
version: "0.29.0-alpha"
45+
version: "0.29.0"
4646

4747
engines:
4848
node: ">=4"

readium-js

0 commit comments

Comments
 (0)