Skip to content

Commit

Permalink
Bump Abacus and update app version to 1.11.1 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Nov 19, 2024
1 parent 66cd6c1 commit aa3ff94
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 76 deletions.
8 changes: 4 additions & 4 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Abacus (1.13.31)
- AmplitudeSwift (1.10.4):
- Abacus (1.13.32)
- AmplitudeSwift (1.10.6):
- AnalyticsConnector (~> 1.0.1)
- AnalyticsConnector (1.0.3)
- AppsFlyerFramework (6.15.3):
Expand Down Expand Up @@ -382,8 +382,8 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
Abacus: 0c2ebd60580e8b5301f7016903f12aad84b71e75
AmplitudeSwift: fba694b3ee3984139a789b9d00e9504e4ed283b9
Abacus: 7dbb761660678bc7fce87674e112f7d69356a8d3
AmplitudeSwift: 421c075d47e24bcf843024c853460f0769aeac2f
AnalyticsConnector: a53214d38ae22734c6266106c0492b37832633a9
AppsFlyerFramework: ad7ff0d22aa36c7f8cc4f71a5424e19b89ccb8ae
Atributika: ecedf5259e4aa3c6278d840b6c18d60c1a8b6ca0
Expand Down
2 changes: 1 addition & 1 deletion dydx/Pods/AmplitudeSwift/Sources/Amplitude/Constants.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dydx/Pods/Local Podspecs/abacus.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dydx/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 58 additions & 58 deletions dydx/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dydxV4/dydxV4.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.11.0;
MARKETING_VERSION = 1.11.1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) _iOS";
TARGETED_DEVICE_FAMILY = 1;
Expand All @@ -2792,7 +2792,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.11.0;
MARKETING_VERSION = 1.11.1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) _iOS";
Expand Down
2 changes: 1 addition & 1 deletion podspecs/Abacus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Abacus'
spec.version = '1.13.31'
spec.version = '1.13.32'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :git => "[email protected]:dydxprotocol/v4-abacus.git", :tag => "v#{spec.version}" }
spec.authors = ''
Expand Down

0 comments on commit aa3ff94

Please sign in to comment.