Skip to content

Commit

Permalink
chore: Bump to version 1.12 (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik authored Oct 17, 2021
1 parent 5981189 commit f5a49ca
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUGSNAG_API_KEY=
BUGSNAG_RELEASE_STAGE=
API_BASE_URL=
APP_VERSION=1.11
APP_VERSION=1.12
IOS_BUNDLE_IDENTIFIER=
APP_ORG=nfk|atb
Binary file modified env/atb/dev/.env
Binary file not shown.
Binary file modified env/atb/prodstaging/.env
Binary file not shown.
Binary file modified env/atb/staging/.env
Binary file not shown.
Binary file modified env/atb/store/.env
Binary file not shown.
Binary file modified env/nfk/dev/.env
Binary file not shown.
Binary file modified env/nfk/prodstaging/.env
Binary file not shown.
Binary file modified env/nfk/staging/.env
Binary file not shown.
Binary file modified env/nfk/store/.env
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/atb-tvOSTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.11</string>
<string>1.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/atb.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
);
INFOPLIST_FILE = atb/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.11;
MARKETING_VERSION = 1.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -614,7 +614,7 @@
DEVELOPMENT_TEAM = "$(IOS_DEVELOPMENT_TEAM_ID)";
INFOPLIST_FILE = atb/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.11;
MARKETING_VERSION = 1.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion ios/atbTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.11</string>
<string>1.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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": "atb",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"license": "EUPL-1.2",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/ios/upload-sourcemaps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
echo "Uploading iOS source maps"
curl --http1.1 https://upload.bugsnag.com/react-native-source-map \
-F apiKey=$BUGSNAG_API_KEY \
-F appVersion=1.11 \
-F appVersion=1.12 \
-F appBundleVersion=$BUILD_ID \
-F dev=false \
-F platform=ios \
Expand Down

0 comments on commit f5a49ca

Please sign in to comment.