Skip to content

Commit e824c9a

Browse files
committed
chore: v0.12.0 릴리즈
1 parent e0e4eb6 commit e824c9a

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
@@ -84,8 +84,8 @@ android {
8484
applicationId "kr.ny64.slunchv2"
8585
minSdkVersion rootProject.ext.minSdkVersion
8686
targetSdkVersion rootProject.ext.targetSdkVersion
87-
versionCode 35
88-
versionName "0.11.0"
87+
versionCode 36
88+
versionName "0.12.0"
8989
}
9090
signingConfigs {
9191
release {

ios/slunchv2.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
360360
CLANG_ENABLE_MODULES = YES;
361361
CODE_SIGN_ENTITLEMENTS = slunchv2/slunchv2.entitlements;
362-
CURRENT_PROJECT_VERSION = 31;
362+
CURRENT_PROJECT_VERSION = 32;
363363
DEVELOPMENT_TEAM = SS7CSVL2U8;
364364
ENABLE_BITCODE = NO;
365365
INFOPLIST_FILE = slunchv2/Info.plist;
@@ -370,7 +370,7 @@
370370
"$(inherited)",
371371
"@executable_path/Frameworks",
372372
);
373-
MARKETING_VERSION = 0.11.0;
373+
MARKETING_VERSION = 0.12.0;
374374
OTHER_LDFLAGS = (
375375
"$(inherited)",
376376
"-ObjC",
@@ -391,7 +391,7 @@
391391
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
392392
CLANG_ENABLE_MODULES = YES;
393393
CODE_SIGN_ENTITLEMENTS = slunchv2/slunchv2.entitlements;
394-
CURRENT_PROJECT_VERSION = 31;
394+
CURRENT_PROJECT_VERSION = 32;
395395
DEVELOPMENT_TEAM = SS7CSVL2U8;
396396
INFOPLIST_FILE = slunchv2/Info.plist;
397397
INFOPLIST_KEY_CFBundleDisplayName = NYL;
@@ -401,7 +401,7 @@
401401
"$(inherited)",
402402
"@executable_path/Frameworks",
403403
);
404-
MARKETING_VERSION = 0.11.0;
404+
MARKETING_VERSION = 0.12.0;
405405
OTHER_LDFLAGS = (
406406
"$(inherited)",
407407
"-ObjC",

src/lib/buildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import DeviceInfo from 'react-native-device-info';
33

44
export const appVersion = DeviceInfo.getVersion();
55
export const appBuildNumber = DeviceInfo.getBuildNumber();
6-
export const buildDate = dayjs('2025-07-17');
6+
export const buildDate = dayjs('2025-08-18');

0 commit comments

Comments
 (0)