Skip to content

Commit

Permalink
version bump to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tungs committed Jan 28, 2022
1 parent 3c97887 commit 1c3c342
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/timeweb.js
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@
return Promise.resolve();
}

var version = "0.2.2-prerelease";
var version = "0.2.2";

// exports to the `timeweb` module/object

Expand Down
2 changes: 1 addition & 1 deletion dist/timeweb.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ function runFramePreparers(time, cb) {
return Promise.resolve();
}

var version = "0.2.2-prerelease";
var version = "0.2.2";

// exports to the `timeweb` module/object

Expand Down
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": "timeweb",
"version": "0.2.2-prerelease",
"version": "0.2.2",
"description": "Overwrite time in browser",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1c3c342

Please sign in to comment.