diff --git a/app/package.json b/app/package.json index 637c440d7..afce33de0 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.9.0", + "version": "0.0.1", "main": "main.js", "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", "author": "lbry.io", diff --git a/build.sh b/build.sh index 3e9caa7c2..e6fe2c82b 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then security unlock-keychain -p ${KEYCHAIN_PASSWORD} osx-build.keychain fi - node_modules/.bin/build + node_modules/.bin/build -p onTagOrDraft echo 'Build and packaging complete.' else