Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyej committed Dec 22, 2019
1 parent 4549fa2 commit ca6d996
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ exports[`AboutScreen renders correctly 1`] = `
]
}
>
1.0.0-beta.1
1.1.0-beta.1
</Text>
</View>
<View
Expand Down
2 changes: 2 additions & 0 deletions ios/Pine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@
INFOPLIST_FILE = Pine/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -939,6 +940,7 @@
INFOPLIST_FILE = Pine/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions ios/Pine/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</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": "Pine",
"version": "1.0.0-beta.1",
"version": "1.1.0-beta.1",
"private": true,
"author": "Timothy Engqvist Johansson <[email protected]>",
"website": "https://pine.pm",
Expand Down

0 comments on commit ca6d996

Please sign in to comment.