bloom-player 2.0.115 → 2.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # Introduction
2
2
 
3
- This project, _bloom-player_, lets users view and interact with [Bloom](bloomlibrary.org) books in any browser.
3
+ This project, _bloom-player_, lets users view and interact with [Bloom](https://bloomlibrary.org) books in any browser.
4
4
 
5
- Specifically, the books must be in _BloomPub_ format (.bloompub or .bloomd, which are files are zipped Bloom Digital books).
5
+ Specifically, the books must be in _BloomPub_ format (.bloompub or .bloomd, which are zipped Bloom Digital books).
6
6
 
7
7
  The Bloom project uses _bloom-player_ is used in the following places:
8
8
 
9
- - In the Bloom Reader tab of Publish, for previewing what the book will look like on a device.
10
- - In Bloom Reader itself (starting with BR version 2.0)
11
- - On BloomLibrary.org
9
+ - In [Bloom Editor](https://github.com/bloombooks/bloomdesktop) / Publish / Bloom Reader tab, for previewing what the book will look like on a device.
10
+ - In [Bloom Reader](https://github.com/bloombooks/bloomreader) itself (starting with BR version 2.0)
11
+ - On [BloomLibrary.org](https://bloomlibrary.org)
12
+ - In [BloomPUB Viewer](https://github.com/bloombooks/bloompub-viewer)
12
13
 
13
14
  # Using bloom-player in a website
14
15
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "// The major and minor version numbers shown here are used by the TeamCity build, so they are meaningful.": "",
6
6
  "// Local builds will always get this exact version number, but that should be okay.": "",
7
7
  "// There's no need to update the patch value before committing and merging: the TeamCity process ensures a new patch number for each merge.": "",
8
- "version": "2.0.115",
8
+ "version": "2.0.116",
9
9
  "description": "A library for displaying Bloom books in iframes or WebViews",
10
10
  "main": "bloomPlayer.min.js",
11
11
  "author": "SIL International",