Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
A routine dependency update.

Includes releases to both app stores.
  • Loading branch information
thehale committed Feb 17, 2024
1 parent e0749b0 commit 14b2a2f
Show file tree
Hide file tree
Showing 6 changed files with 1,354 additions and 1,170 deletions.
6 changes: 3 additions & 3 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu, 26 Oct 2023 21:05:15 -0700
#Sat, 17 Feb 2024 10:30:43 -0700
# Project-wide Gradle settings.

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

VERSION_CODE=28
VERSION_NAME=1.1.0
VERSION_CODE=51
VERSION_NAME=1.1.1
4 changes: 2 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Winding gears,
Applying new varnish,
Winding up the gears,
Polishing off the varnish,
Oiling squeaky shafts...
6 changes: 3 additions & 3 deletions fastlane/metadata/ios/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Were the dots too round?
Now range from square to circle.
Whatever you'd like!
Winding up the gears,
Polishing off the varnish,
Oiling squeaky shafts...
16 changes: 8 additions & 8 deletions ios/BinaryClock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEVELOPMENT_TEAM = XLMP575759;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
Expand All @@ -453,7 +453,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -472,7 +472,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEVELOPMENT_TEAM = XLMP575759;
INFOPLIST_FILE = BinaryClockTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
Expand All @@ -481,7 +481,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -502,7 +502,7 @@
CODE_SIGN_ENTITLEMENTS = BinaryClock/BinaryClock.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEVELOPMENT_TEAM = XLMP575759;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = BinaryClock/Info.plist;
Expand All @@ -511,7 +511,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -536,7 +536,7 @@
CODE_SIGN_IDENTITY = "Apple Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = XLMP575759;
INFOPLIST_FILE = BinaryClock/Info.plist;
Expand All @@ -545,7 +545,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binaryclock",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"env": "dotenv -e ./fastlane/.env",
Expand Down
Loading

0 comments on commit 14b2a2f

Please sign in to comment.