Skip to content

Commit

Permalink
Merge pull request #147 from ostdotcom/team/versionBump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
sachin-chauhan-dev authored Nov 14, 2019
2 parents 70fe41c + 4d9a76d commit caa53a8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ android {
applicationId "com.pepo.staging"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 18
versionName "0.9.5"
versionCode 19
versionName "0.9.6"
missingDimensionStrategy 'react-native-camera', 'general'
}
splits {
Expand Down
9 changes: 5 additions & 4 deletions ios/Pepo2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
00029B4323329B55009E6919 /* TrustKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B76D86A2318FAAC007316D4 /* TrustKit.framework */; };
00029B4423329B63009E6919 /* OstWalletSdk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0050FDA022A8226800C2634F /* OstWalletSdk.framework */; };
Expand Down Expand Up @@ -2270,7 +2271,7 @@
CODE_SIGN_ENTITLEMENTS = Pepo2/Pepo2.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = N83K86W6P4;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2313,7 +2314,7 @@
"$(inherited)",
"\"$(SRCROOT)/Pepo2\"",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 0.9.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -2334,7 +2335,7 @@
CODE_SIGN_ENTITLEMENTS = Pepo2/Pepo2.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 23;
DEVELOPMENT_TEAM = N83K86W6P4;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -2376,7 +2377,7 @@
"$(inherited)",
"\"$(SRCROOT)/Pepo2\"",
);
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 0.9.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion ios/Pepo2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>22</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Pepo2/InfoPlist/com.pepo.staging-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.6</string>
<string>0.9.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Pepo2/InfoPlist/com.pepo.v2.production-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.6</string>
<string>0.9.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Pepo2/InfoPlist/com.pepo.v2.sandbox-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.6</string>
<string>0.9.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"@ostdotcom/ost-wallet-sdk-react-native": "2.3.7-alpha.3",
"@ostdotcom/ost-wallet-sdk-react-native": "2.3.9",
"@react-native-community/async-storage": "1.6.1",
"@react-native-community/cameraroll": "1.1.1",
"@react-native-community/netinfo": "3.2.1",
Expand Down

0 comments on commit caa53a8

Please sign in to comment.