Skip to content

Commit 85ce23f

Browse files
committed
Merge branch 'master' into live
2 parents 9b0caf8 + 464ed17 commit 85ce23f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ platform :ios do
6666
app_version: version_number,
6767
copyright: COPYRIGHT,
6868
api_key: APPSTORE_API_KEY,
69+
precheck_include_in_app_purchases: false,
6970
force: true # to prevent fastlane from crashing waiting for user confirmation
7071
)
7172
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stock",
3-
"version": "0.20.6",
3+
"version": "0.20.7",
44
"private": true,
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)