Skip to content

Commit 41cbc4a

Browse files
committed
update version
1 parent a217522 commit 41cbc4a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ android {
136136
applicationId "com.geotech.openlittermap"
137137
minSdkVersion rootProject.ext.minSdkVersion
138138
targetSdkVersion rootProject.ext.targetSdkVersion
139-
versionCode 29 // increment this
140-
versionName "3.2.0"
139+
versionCode 30 // increment this
140+
versionName "3.2.1"
141141
missingDimensionStrategy 'react-native-camera', 'general'
142142
multiDexEnabled true
143143
}

ios/openlittermap.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
CLANG_ENABLE_MODULES = YES;
927927
CODE_SIGN_IDENTITY = "Apple Development";
928928
CODE_SIGN_STYLE = Automatic;
929-
CURRENT_PROJECT_VERSION = 43;
929+
CURRENT_PROJECT_VERSION = 44;
930930
DEAD_CODE_STRIPPING = NO;
931931
DEVELOPMENT_TEAM = QWDQLVZP87;
932932
INFOPLIST_FILE = openlittermap/Info.plist;
@@ -935,7 +935,7 @@
935935
"$(inherited)",
936936
"@executable_path/Frameworks",
937937
);
938-
MARKETING_VERSION = 3.2.0;
938+
MARKETING_VERSION = 3.2.1;
939939
OTHER_LDFLAGS = (
940940
"$(inherited)",
941941
"-ObjC",
@@ -959,15 +959,15 @@
959959
CLANG_ENABLE_MODULES = YES;
960960
CODE_SIGN_IDENTITY = "Apple Development";
961961
CODE_SIGN_STYLE = Automatic;
962-
CURRENT_PROJECT_VERSION = 43;
962+
CURRENT_PROJECT_VERSION = 44;
963963
DEVELOPMENT_TEAM = QWDQLVZP87;
964964
INFOPLIST_FILE = openlittermap/Info.plist;
965965
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
966966
LD_RUNPATH_SEARCH_PATHS = (
967967
"$(inherited)",
968968
"@executable_path/Frameworks",
969969
);
970-
MARKETING_VERSION = 3.2.0;
970+
MARKETING_VERSION = 3.2.1;
971971
OTHER_LDFLAGS = (
972972
"$(inherited)",
973973
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlittermap",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)