diff --git a/leetray/LeetRay.user.js b/leetray/LeetRay.user.js index f222000..4ac0e36 100644 --- a/leetray/LeetRay.user.js +++ b/leetray/LeetRay.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name LeetRay // @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 // @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 diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index ea739a2..41641b0 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -4,4 +4,4 @@ script=$1 echo $script -find . -name "$script" -exec sed -i "s=\(// @version[ ]*\)[0-9]*.[0-9]*.[0-9]*=\\1$(date -I'seconds')=g" {} \; \ No newline at end of file +find . -name "$script" -exec sed -i '' -e "s=\(// @version[ ]*\).*=\\1$(date -I'seconds')=g" {} \; \ No newline at end of file