Skip to content

Commit

Permalink
Merge branch 'master' into live
Browse files Browse the repository at this point in the history
  • Loading branch information
patrixr committed Nov 18, 2020
2 parents 9b0caf8 + 464ed17 commit 85ce23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ platform :ios do
app_version: version_number,
copyright: COPYRIGHT,
api_key: APPSTORE_API_KEY,
precheck_include_in_app_purchases: false,
force: true # to prevent fastlane from crashing waiting for user confirmation
)
end
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stock",
"version": "0.20.6",
"version": "0.20.7",
"private": true,
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 85ce23f

Please sign in to comment.