From 86cfce2663d0bdcc5f17a8bcd4d791fba27c0fc4 Mon Sep 17 00:00:00 2001 From: Palash Date: Thu, 23 Apr 2020 14:13:08 +0530 Subject: [PATCH] add @downloadURL, update version --- time-format.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/time-format.user.js b/time-format.user.js index 4fcb477..0888680 100644 --- a/time-format.user.js +++ b/time-format.user.js @@ -1,8 +1,9 @@ // ==UserScript== // @name Roam Current time format // @namespace http://tampermonkey.net/ -// @version 0.1 +// @version 0.2 // @description use AM/PM format for /currentTime command in Roam Research +// @downloadURL https://raw.githubusercontent.com/palashkaria/roam-modifiers/master/time-format.user.js // @author palashkaria // @match https://roamresearch.com // @grant none