Skip to content

Commit

Permalink
Merge production. Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Jun 26, 2023
1 parent 0edfec1 commit 743571e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "org.ilovefreegle.direct"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1202
versionName "3.0.2"
versionCode 1203
versionName "3.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export default {
'https://[email protected]/4504083802226688',

ISAPP: process.env.IZNIK_NUXT3_IS_APP === 'true',
MOBILE_VERSION: '3.0.2',
MOBILE_VERSION: '3.0.3',
}

0 comments on commit 743571e

Please sign in to comment.