mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
4 lines
124 B
Bash
Executable File
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" {} \;
|