2023-07-10 14:38:13 +08:00
|
|
|
#! /usr/bin/env bash
|
2023-07-10 15:48:15 +08:00
|
|
|
sed -i "s/$1/$2/g" res/*spec res/PKGBUILD flutter/pubspec.yaml Cargo.toml .github/workflows/*yml flatpak/*json appimage/*yml
|
2023-07-26 19:53:57 +08:00
|
|
|
cargo run # to bump version in cargo lock
|