Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Nov 1, 2020
1 parent f934556 commit bcb7289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiosk-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ new MutationObserver(kiosk_mode).observe(
kiosk_mode();

console.info(
`%c KIOSK-MODE \n%c Version 1.1.0 `,
`%c KIOSK-MODE \n%c Version 1.2.0 `,
"color: orange; font-weight: bold; background: black",
"color: white; font-weight: bold; background: dimgray"
);

0 comments on commit bcb7289

Please sign in to comment.