Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Update Glean to v56.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Jan 25, 2024
1 parent b2db7f2 commit 91a0c10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/sdk_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

set -e

GLEAN_PARSER_VERSION=10.0
GLEAN_PARSER_VERSION=11.0

# CMDNAME is used in the usage text below.
# shellcheck disable=SC2034
Expand Down
2 changes: 1 addition & 1 deletion focus-ios/Blockzilla.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6513,7 +6513,7 @@
repositoryURL = "https://github.com/mozilla/glean-swift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 56.0.0;
minimumVersion = 56.1.0;
};
};
F8324C2D264C807C007E4BFA /* XCRemoteSwiftPackageReference "SnapKit" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mozilla/glean-swift",
"state": {
"branch": null,
"revision": "aa9172bfe715a9f918dd95bf49d8f1b2363500a0",
"version": "56.0.0"
"revision": "444f4cadb7b1b99f5c2126ca135437415eb26a5e",
"version": "56.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion focus-ios/bin/sdk_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

set -e

GLEAN_PARSER_VERSION=8.1
GLEAN_PARSER_VERSION=11.0

# CMDNAME is used in the usage text below.
# shellcheck disable=SC2034
Expand Down

0 comments on commit 91a0c10

Please sign in to comment.