Skip to content

Commit

Permalink
6.3.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Localytics committed Jul 1, 2024
1 parent 99d95f7 commit 65b9da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Localytics",
url: "https://github.com/localytics/Localytics-swiftpm/releases/download/6.3.0/Localytics-iOS-6.3.0.zip",
checksum: "4b8cc5fae5d9830c565a22a67adcd619305df7650b7e5f016990b0f7de5feddc"
url: "https://github.com/localytics/Localytics-swiftpm/releases/download/6.3.1/Localytics-iOS-6.3.1.zip",
checksum: "4c62e81b3125992ca920e7f2dbe3fc6e51c3c993429a1df5d2c0d5245faba5f0"
),
.target(
name: "_Localytics",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,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.0")
.package(url: "https://github.com/localytics/Localytics-swiftpm.git", from: "6.3.1")
```

0 comments on commit 65b9da6

Please sign in to comment.