wasmer/update_version_numbers.sh

18 lines
376 B
Bash
Raw Normal View History

2019-05-16 21:39:13 +00:00
PREVIOUS_VERSION='0.4.1'
NEXT_VERSION='0.4.2'
2019-04-12 19:19:46 +00:00
# quick hack
fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"
echo "manually check changes to Cargo.toml"
# Order to upload packages in
## runtime-core
## win-exception-handler
## clif-backend
## llvm-backend
## singlepass-backend
## emscripten
## wasi
## runtime
## runtime-c-api