Skip to content

Commit

Permalink
fix: update-versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Dec 27, 2022
1 parent f70e75d commit f60699a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-versions.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
find ./README.md ./version.md -type f -exec sed -E -i "s/(<)?(version|small)([:' >]+)?([0-9]\.[0-9]\.[0-9](-[a-z0-9]+\.?[0-9]*)?)(['<]?)/\1\2\3$1\6/g" {} \;
find ./README.md -type f -exec sed -E -i "s/(<)?(version|small)([:' >]+)?([0-9]\.[0-9]\.[0-9](-[a-z0-9]+\.?[0-9]*)?)(['<]?)/\1\2\3$1\6/g" {} \;

0 comments on commit f60699a

Please sign in to comment.