Skip to content

Commit

Permalink
Fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Apr 7, 2022
1 parent 8aab57c commit 8d21cc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

sed -E "s/MARKETING_VERSION = [0-9.]+/MARKETING_VERSION = $npm_package_version/" safari/Shared.xcconfig | tee safari/Shared.xcconfig
dot-json assets/manifest.json version $npm_package_version
"$(npm bin)"/dot-json assets/manifest.json version $npm_package_version

0 comments on commit 8d21cc2

Please sign in to comment.