From 4b35aa7246b685a27ffe94b39863452bd0199842 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 27 Jul 2024 08:11:20 -0400 Subject: [PATCH] Add calendar versioning to gomplate (#33) * Use calendar versioning for the Tampermonkey script * Apply automatic changes --- script.js | 2 +- script.js.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 4969484..6d0fa30 100644 --- a/script.js +++ b/script.js @@ -7,7 +7,7 @@ // @match *://forums.redflagdeals.com/* // @namespace http://tampermonkey.net/ // @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js -// @version 0.0.1 +// @version 2024-07-27 // ==/UserScript== (function() { diff --git a/script.js.tmpl b/script.js.tmpl index bab35b2..3eb924d 100644 --- a/script.js.tmpl +++ b/script.js.tmpl @@ -7,7 +7,7 @@ // @match *://forums.redflagdeals.com/* // @namespace http://tampermonkey.net/ // @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js -// @version 0.0.1 +// @version {{ (time.Now).Format "2006-01-02" }} // ==/UserScript== (function() {