Skip to content

Commit

Permalink
RFC 2606§3 - Hello, World! 2019.08.22.0
Browse files Browse the repository at this point in the history
* Test for BostonAqua
* Move `@version` to date format since I keep doing this. Shouldn't have to "reset" back to zero so much for those using the installed version of this script.
  • Loading branch information
Martii committed Aug 23, 2019
1 parent 2e67019 commit 5134052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @copyright 2007+, Marti Martz (http://userscripts.org/users/37004)
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
// @version 0.0.0
// @version 2019.08.22.0
// @icon https://raw.githubusercontent.com/Martii/UserScripts/master/res/world.png
// @author Marti Martz <[email protected]> (https://openuserjs.org/users/Marti)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// @copyright 2007+, Marti Martz (http://userscripts.org/users/37004)
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
// @version 0.0.0
// @version 2019.08.22.0
// @icon https://raw.githubusercontent.com/Martii/UserScripts/master/res/world.png
// @author Marti Martz <[email protected]> (https://openuserjs.org/users/Marti)

Expand All @@ -34,3 +34,5 @@
alert('Hello, World!');

})();

// Retest GH sync and for BostonAqua

0 comments on commit 5134052

Please sign in to comment.