Skip to content

Commit 2a60f65

Browse files
author
anultravioletaurora
committed
[skip actions] version bump
1 parent 8b913be commit 2a60f65

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ android {
9191
applicationId "com.cosmonautical.jellify"
9292
minSdkVersion rootProject.ext.minSdkVersion
9393
targetSdkVersion rootProject.ext.targetSdkVersion
94-
versionCode 166
95-
versionName "1.0.7"
94+
versionCode 167
95+
versionName "1.0.8"
9696
resValue "string", "build_config_package", "com.jellify"
9797

9898
}

ios/Jellify.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
CODE_SIGN_IDENTITY = "Apple Development";
544544
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
545545
CODE_SIGN_STYLE = Manual;
546-
CURRENT_PROJECT_VERSION = 274;
546+
CURRENT_PROJECT_VERSION = 275;
547547
DEVELOPMENT_TEAM = "";
548548
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
549549
ENABLE_BITCODE = NO;
@@ -554,7 +554,7 @@
554554
"$(inherited)",
555555
"@executable_path/Frameworks",
556556
);
557-
MARKETING_VERSION = 1.0.7;
557+
MARKETING_VERSION = 1.0.8;
558558
NEW_SETTING = "";
559559
OTHER_LDFLAGS = (
560560
"$(inherited)",
@@ -585,7 +585,7 @@
585585
CODE_SIGN_IDENTITY = "Apple Development";
586586
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
587587
CODE_SIGN_STYLE = Manual;
588-
CURRENT_PROJECT_VERSION = 274;
588+
CURRENT_PROJECT_VERSION = 275;
589589
DEVELOPMENT_TEAM = WAH9CZ8BPG;
590590
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
591591
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -595,7 +595,7 @@
595595
"$(inherited)",
596596
"@executable_path/Frameworks",
597597
);
598-
MARKETING_VERSION = 1.0.7;
598+
MARKETING_VERSION = 1.0.8;
599599
NEW_SETTING = "";
600600
OTHER_LDFLAGS = (
601601
"$(inherited)",
@@ -823,7 +823,7 @@
823823
CODE_SIGN_IDENTITY = "Apple Development";
824824
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
825825
CODE_SIGN_STYLE = Manual;
826-
CURRENT_PROJECT_VERSION = 274;
826+
CURRENT_PROJECT_VERSION = 275;
827827
DEVELOPMENT_TEAM = WAH9CZ8BPG;
828828
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = WAH9CZ8BPG;
829829
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -834,7 +834,7 @@
834834
"$(inherited)",
835835
"@executable_path/Frameworks",
836836
);
837-
MARKETING_VERSION = 1.0.7;
837+
MARKETING_VERSION = 1.0.8;
838838
NEW_SETTING = "";
839839
OTHER_LDFLAGS = (
840840
"$(inherited)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jellify",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"private": true,
55
"scripts": {
66
"init-android": "bun i",

0 commit comments

Comments
 (0)