Skip to content

Commit

Permalink
Merge pull request #94 from richtr/feature/v0.10.0
Browse files Browse the repository at this point in the history
Bump package version to 0.10.0
  • Loading branch information
richtr authored May 27, 2020
2 parents 22f3886 + 8a74b6e commit 5f703dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nosleep",
"title": "NoSleep.js",
"version": "0.9.0",
"version": "0.10.0",
"description": "Prevent display sleep on all Android and iOS browsers",
"homepage": "https://github.com/richtr/NoSleep.js",
"authors": ["Rich Tibbett"],
Expand Down
2 changes: 1 addition & 1 deletion dist/NoSleep.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! NoSleep.js v0.9.0 - git.io/vfn01 - Rich Tibbett - MIT license */
/*! NoSleep.js v0.10.0 - git.io/vfn01 - Rich Tibbett - MIT license */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down
2 changes: 1 addition & 1 deletion dist/NoSleep.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nosleep.js",
"version": "0.9.0",
"version": "0.10.0",
"author": "Rich Tibbett",
"license": "MIT",
"description": "Prevent display sleep and enable wake lock in any Android or iOS web browser",
Expand Down

0 comments on commit 5f703dc

Please sign in to comment.