Files
compose-multiplatform/tools/replace.sh
Nikolay Igotti 10e99c20d9 Move to 0.3.0.
2021-02-22 13:19:43 +03:00

4 lines
124 B
Bash
Executable File

OLDVER=0.3.0-rc1
NEWVER=0.3.0
find -E ../ -regex '.*\.(kts|properties|kt)' -exec sed -i '' -e "s/$OLDVER/$NEWVER/g" {} \;