Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Update to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke committed Aug 19, 2019
1 parent c802cc6 commit d4a356a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.15.1
2 changes: 1 addition & 1 deletion build/innosetup/phraseapp-client-386.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{DC598D8E-8A9B-4CAD-AFD8-0324FDF4E0F1}
AppName=PhraseApp Client
AppVersion=1.15.0
AppVersion=1.15.1
AppPublisher=PhraseApp GmbH
AppPublisherURL=https://phrase.com/cli
AppSupportURL=https://phrase.com/cli
Expand Down
2 changes: 1 addition & 1 deletion build/innosetup/phraseapp-client.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{DC598D8E-8A9B-4CAD-AFD8-0324FDF4E0F1}
AppName=PhraseApp Client
AppVersion=1.15.0
AppVersion=1.15.1
AppPublisher=PhraseApp GmbH
AppPublisherURL=https://phrase.com/cli
AppSupportURL=https://phrase.com/cli
Expand Down
1 change: 1 addition & 0 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ for file in "$DIST_DIR"/*; do
echo "Uploading ${file}"
asset="https://uploads.github.com/repos/phrase/phraseapp-client/releases/${release_id}/assets?name=$(basename "$file")&access_token=${GITHUB_TOKEN}"
curl --data-binary @"$file" -H "Content-Type: application/octet-stream" $asset > /dev/null
echo Hash: $(sha256sum $file)
done

echo "Release successful"

0 comments on commit d4a356a

Please sign in to comment.