This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
desktop/bumpp.sh

9 lines
139 B
Bash
Executable File

#!/bin/sh
set -e
sed -i "s/\${version}/$VERSION/g" package.json
sed -i "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" package.json