Skip to content
Merged

RCs #219

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
applicationId 'ca.psiphon.conduit'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 73
versionName "2.0.2"
versionCode 74
versionName "2.0.3"
}
signingConfigs {
if (hasCustomKeystoreProperties) {
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"expo": {
"name": "conduit",
"slug": "conduit",
"version": "2.0.2",
"version": "2.0.3",
"orientation": "portrait",
"scheme": "ca.psiphon.conduit",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "ca.psiphon.conduit",
"buildNumber": "23",
"buildNumber": "25",
"deploymentTarget": "15.1",
"icon": "./assets/images/conduit-launcher.png",
"infoPlist": {
Expand All @@ -19,7 +19,7 @@
},
"android": {
"package": "ca.psiphon.conduit",
"versionCode": 73,
"versionCode": 74,
"permissions": [
"android.permission.POST_NOTIFICATIONS",
"com.android.vending.BILLING"
Expand Down
4 changes: 2 additions & 2 deletions ios/conduit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>23</string>
<string>25</string>
<key>ExpoLocalization_supportsRTL</key>
<true/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion src/git-hash.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const GIT_HASH = "903f56b?";
export const GIT_HASH = "v2.0.3";
Loading