Add calendar versioning to gomplate (#33)

* Use calendar versioning for the Tampermonkey script

* Apply automatic changes
This commit is contained in:
Dave Gallant
2024-07-27 08:11:20 -04:00
committed by GitHub
parent 2993b464fd
commit 4b35aa7246
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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() {