Skip to content

Commit

Permalink
Bump: version
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Apr 9, 2023
1 parent 5bee2fd commit c486a0e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
resValue "string", "build_config_package", "com.tamotam.application"
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 85
versionName "0.8.5"
versionCode 86
versionName "0.8.6"
}

splits {
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "TamoTam",
"slug": "TamoTam",
"version": "0.8.5",
"version": "0.8.6",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -18,7 +18,7 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"buildNumber": "0.8.5",
"buildNumber": "0.8.6",
"googleServicesFile": "./GoogleService-Info.plist",
"bundleIdentifier": "com.tamotam.application"
},
Expand All @@ -29,7 +29,7 @@
},
"googleServicesFile": "./google-services.json",
"package": "com.tamotam.application",
"versionCode": 85
"versionCode": 86
},
"web": {
"favicon": "./assets/images/favicon.png"
Expand Down
4 changes: 2 additions & 2 deletions ios/TamoTam.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.8.5;
MARKETING_VERSION = 0.8.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -421,7 +421,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.8.5;
MARKETING_VERSION = 0.8.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions ios/TamoTam/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.8.5</string>
<string>0.8.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8.5</string>
<string>0.8.6</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
Expand Up @@ -70,6 +70,6 @@
"resolutions": {
"@types/react": "~18.0.24"
},
"version": "0.8.5",
"version": "0.8.6",
"name": "TamoTam"
}

0 comments on commit c486a0e

Please sign in to comment.