Skip to content

Commit 442f257

Browse files
committed
bump version
1 parent 4e43769 commit 442f257

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ android {
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
9595
versionCode 1
96-
versionName "1.1.2"
96+
versionName "1.2.0"
9797
}
9898
signingConfigs {
9999
debug {

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "PearPass",
44
"slug": "pearpass",
55
"icon": "./assets/images/appIcons/app-icon.png",
6-
"version": "1.1.2",
6+
"version": "1.2.0",
77
"android": {
88
"package": "com.pears.pass",
99
"permissions": [
@@ -83,7 +83,7 @@
8383
"expo-video"
8484
],
8585
"extra": {
86-
"appVersion": "1.1.2",
86+
"appVersion": "1.2.0",
8787
"eas": {
8888
"projectId": "28facb62-e2a2-4b6c-bc3f-0f5469e79415"
8989
}

e2e-mobile-tests/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ IOS_APP=PearPass.ipa
3838
# APP_ACTIVITY=com.pearpass.app.MainActivity
3939

4040
BUILD_PREFIX=PearPass E2E
41-
APP_VERSION=1.1.2
41+
APP_VERSION=1.2.0
4242

4343
################################
4444
# QASE TEST MANAGEMENT

e2e-mobile-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e-mobile-tests",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "End-to-end mobile automation tests for PearPass (Android & iOS, BrowserStack & local)",
55
"main": "index.js",
66
"scripts": {

ios/pearpassappmobile/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.1.2</string>
22+
<string>1.2.0</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)