Skip to content

Commit 85efea8

Browse files
committed
chore: Release version 1.3.2 to Android/iOS
1 parent c0fc87a commit 85efea8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

android/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sat, 16 Aug 2025 23:10:46 -0700
1+
#Sun, 17 Aug 2025 20:09:40 -0700
22
# Project-wide Gradle settings.
33

44
# IDE (e.g. Android Studio) users:
@@ -39,5 +39,5 @@ newArchEnabled=true
3939
# If set to false, you will be using JSC instead.
4040
hermesEnabled=true
4141

42-
VERSION_CODE=93
43-
VERSION_NAME=1.3.1
42+
VERSION_CODE=95
43+
VERSION_NAME=1.3.2

ios/BinaryClock.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
CODE_SIGN_ENTITLEMENTS = BinaryClock/BinaryClock.entitlements;
271271
CODE_SIGN_IDENTITY = "Apple Development";
272272
CODE_SIGN_STYLE = Automatic;
273-
CURRENT_PROJECT_VERSION = 126;
273+
CURRENT_PROJECT_VERSION = 128;
274274
DEVELOPMENT_TEAM = XLMP575759;
275275
ENABLE_BITCODE = NO;
276276
INFOPLIST_FILE = BinaryClock/Info.plist;
@@ -281,7 +281,7 @@
281281
"$(inherited)",
282282
"@executable_path/Frameworks",
283283
);
284-
MARKETING_VERSION = 1.3.1;
284+
MARKETING_VERSION = 1.3.2;
285285
OTHER_LDFLAGS = (
286286
"$(inherited)",
287287
"-ObjC",
@@ -306,7 +306,7 @@
306306
CODE_SIGN_IDENTITY = "Apple Development";
307307
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
308308
CODE_SIGN_STYLE = Manual;
309-
CURRENT_PROJECT_VERSION = 126;
309+
CURRENT_PROJECT_VERSION = 128;
310310
DEVELOPMENT_TEAM = XLMP575759;
311311
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = XLMP575759;
312312
INFOPLIST_FILE = BinaryClock/Info.plist;
@@ -317,7 +317,7 @@
317317
"$(inherited)",
318318
"@executable_path/Frameworks",
319319
);
320-
MARKETING_VERSION = 1.3.1;
320+
MARKETING_VERSION = 1.3.2;
321321
OTHER_LDFLAGS = (
322322
"$(inherited)",
323323
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BinaryClock",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": true,
55
"scripts": {
66
"env": "npx dotenv-cli -e ./fastlane/.env",

0 commit comments

Comments
 (0)