bump version script
This commit is contained in:
parent
74d682e0f0
commit
a51c1ebdb4
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name LeetRay
|
// @name LeetRay
|
||||||
// @namespace http://tampermonkey.net/
|
// @namespace http://tampermonkey.net/
|
||||||
// @version 0.1.1
|
// @version 2023-01-04T01:21:05+05:30
|
||||||
// @description Take beautiful screenshots of your code in Leetcode instantly with Ray.so
|
// @description Take beautiful screenshots of your code in Leetcode instantly with Ray.so
|
||||||
// @updateURL https://git.sangeeth.dev/x/userscripts/raw/branch/main/leetray/LeetRay.user.js
|
// @updateURL https://git.sangeeth.dev/x/userscripts/raw/branch/main/leetray/LeetRay.user.js
|
||||||
// @downloadURL https://git.sangeeth.dev/x/userscripts/raw/branch/main/leetray/LeetRay.user.js
|
// @downloadURL https://git.sangeeth.dev/x/userscripts/raw/branch/main/leetray/LeetRay.user.js
|
||||||
|
@ -4,4 +4,4 @@ script=$1
|
|||||||
|
|
||||||
echo $script
|
echo $script
|
||||||
|
|
||||||
find . -name "$script" -exec sed -i "s=\(// @version[ ]*\)[0-9]*.[0-9]*.[0-9]*=\\1$(date -I'seconds')=g" {} \;
|
find . -name "$script" -exec sed -i '' -e "s=\(// @version[ ]*\).*=\\1$(date -I'seconds')=g" {} \;
|
Loading…
Reference in New Issue
Block a user