bump version script

This commit is contained in:
Sangeeth Sudheer 2023-01-04 01:21:13 +05:30
parent 74d682e0f0
commit a51c1ebdb4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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" {} \;