From 99d95f7e8a8b4ae53142b5fad54e882eb440f4f3 Mon Sep 17 00:00:00 2001 From: Localytics Date: Thu, 4 Apr 2024 16:02:30 -0400 Subject: [PATCH] update readme for 6.3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fece2..78fa757 100644 --- a/README.md +++ b/README.md @@ -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.2.9") +.package(url: "https://github.com/localytics/Localytics-swiftpm.git", from: "6.3.0") ```