Skip to content

Commit

Permalink
6.3.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitesh Rasal committed Sep 24, 2024
1 parent 2dc48c4 commit bc21a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "Localytics",
url: "https://github.com/localytics/Localytics-swiftpm/releases/download/6.3.2/Localytics-iOS-6.3.2.zip",
url: "https://github.com/localytics/Localytics-swiftpm/releases/download/6.3.3/Localytics-iOS-6.3.2.zip",
checksum: "e2940df2d86545d24639ea3bcbea6222707c0598a2db0901cca99a00f8e0bb92"
),
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ https://github.com/localytics/Localytics-swiftpm.git
Add the following to the `Package.swift`:

```
.package(url: "https://github.com/localytics/Localytics-swiftpm.git", from: "6.3.2")
.package(url: "https://github.com/localytics/Localytics-swiftpm.git", from: "6.3.3")
```

0 comments on commit bc21a18

Please sign in to comment.