From 88b2998bb524a22bebc4789864c8385ede99b4e3 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 27 Jul 2024 08:10:19 -0400 Subject: [PATCH] Use calendar versioning for the Tampermonkey script --- script.js.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {