Skip to content

Commit 232bd22

Browse files
authored
chore: bump version to 1.4.0 (#179)
1 parent ab7beeb commit 232bd22

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "com.wmbrapp"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 11
86-
versionName "1.3.0"
85+
versionCode 12
86+
versionName "1.4.0"
8787
}
8888
signingConfigs {
8989
debug {

ios/WmbrApp.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
buildSettings = {
246246
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
247247
CLANG_ENABLE_MODULES = YES;
248-
CURRENT_PROJECT_VERSION = 3;
248+
CURRENT_PROJECT_VERSION = 4;
249249
DEVELOPMENT_TEAM = LQ4D652TR8;
250250
ENABLE_BITCODE = NO;
251251
INFOPLIST_FILE = WmbrApp/Info.plist;
@@ -255,7 +255,7 @@
255255
"$(inherited)",
256256
"@executable_path/Frameworks",
257257
);
258-
MARKETING_VERSION = 1.3.0;
258+
MARKETING_VERSION = 1.4.0;
259259
OTHER_LDFLAGS = (
260260
"$(inherited)",
261261
"-ObjC",
@@ -275,7 +275,7 @@
275275
buildSettings = {
276276
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
277277
CLANG_ENABLE_MODULES = YES;
278-
CURRENT_PROJECT_VERSION = 3;
278+
CURRENT_PROJECT_VERSION = 4;
279279
DEVELOPMENT_TEAM = LQ4D652TR8;
280280
INFOPLIST_FILE = WmbrApp/Info.plist;
281281
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
@@ -284,7 +284,7 @@
284284
"$(inherited)",
285285
"@executable_path/Frameworks",
286286
);
287-
MARKETING_VERSION = 1.3.0;
287+
MARKETING_VERSION = 1.4.0;
288288
OTHER_LDFLAGS = (
289289
"$(inherited)",
290290
"-ObjC",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WmbrApp",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -65,4 +65,4 @@
6565
"npx eslint --fix"
6666
]
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)