diff --git a/.gitignore b/.gitignore index ebdc7d7..ce71247 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ yarn-debug.log* yarn-error.log* .yarnrc.yml -.yarn/* \ No newline at end of file +.yarn/* + +*.orig \ No newline at end of file diff --git a/README.md b/README.md index 7bdede2..6ea1bdd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BloomPUB Viewer -> A desktop viewer for bloomPUB books +> A desktop viewer for BloomPUB books ## Building @@ -16,5 +16,5 @@ yarn dev 1. Change the version in `package.json` 1. Commit, push. A github action will build an installer Windows and create an unpublished "Release" on github. -1. Go to https://github.com/BloomBooks/bloompub-viewer/releases/ , edit that draft, and publish it. +1. Go to https://github.com/BloomBooks/bloompub-viewer/releases/, edit that draft, and publish it. 1. Users will be notified of the new version via toast on the next run. diff --git a/package.json b/package.json index c2128bb..23b68a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bloompub-viewer", - "version": "1.0.0", + "version": "1.0.1", "author": "Bloom Devs", "description": "Viewer for Bloom Digital books", "license": "MIT", @@ -175,5 +175,9 @@ "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2" }, - "packageManager": "yarn@1.22.19" -} \ No newline at end of file + "packageManager": "yarn@1.22.19", + "volta": { + "node": "16.13.0", + "yarn": "1.22.19" + } +} diff --git a/yarn.lock b/yarn.lock index 4c3e3ee..501f75a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2658,9 +2658,9 @@ bl@^4.0.3: readable-stream "^3.4.0" bloom-player@^2.1.25: - version "2.1.25" - resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-2.1.25.tgz#22ff25de60ea09778491e9c1b8c6847ab2e541a5" - integrity sha512-ahikJVhsAHFaucyyE7hyCDLCI0ROGB7zub/PD56UgvkboqVhix4ByDekucY+rwXCZ9FxcLKXZz0VqGXJt3TeEw== + version "2.1.28" + resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-2.1.28.tgz#771cc3bcadbf61be23f52bea6e561a1a93ac736a" + integrity sha512-+vieDDhHU13KodWROYGJ5it0DY/pVJV+hQMVVmjVQirdScqypL8mZDi9i7Ww9tKGVB8N67D+taRFmQQKFBFLsA== bluebird-lst@^1.0.9: version "1.0.9"