Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Nov 23, 2019
1 parent 4121823 commit 7b77860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-tabs-lock",
"version": "1.2.1",
"version": "1.2.2",
"description": "provides locking mechanism to sync across browser tabs",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions scripts/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let message = '\u001B[96mThank you for using browser-tabs-lock (\u001B[94m https://github.com/supertokens/browser-tabs-lock \u001B[96m).\n\n' +
'\u001B[96mThis library was created as a part of a larger project, SuperTokens(\u001B[94m https://supertokens.io \u001B[96m) - the best session management solution.\u001B[0m\n' +
'\u001B[96mYou can also check out our other projects on \u001B[94mhttps://github.com/supertokens\u001B[96m\n';
let message = '\u001B[93mThank you for using browser-tabs-lock (\u001B[34m https://github.com/supertokens/browser-tabs-lock \u001B[93m).\n\n' +
'\u001B[93mThis library was created as a part of a larger project, SuperTokens(\u001B[34m https://supertokens.io \u001B[93m) - the best session management solution.\u001B[0m\n' +
'\u001B[93mYou can also check out our other projects on \u001B[34mhttps://github.com/supertokens\u001B[93m\n';

console.log(message);

0 comments on commit 7b77860

Please sign in to comment.