From 5564fcba936af58d0aaeb69320f53c8d8bca988d Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 29 Apr 2025 18:41:49 -0700 Subject: [PATCH] Update Readme for 0.1.1 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7a8f19f..768b337 100644 --- a/Readme.md +++ b/Readme.md @@ -66,7 +66,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file: ```swift -.package(url: "https://github.com/samsonjs/NotificationSmuggler.git", .upToNextMajor(from: "0.1.0")) +.package(url: "https://github.com/samsonjs/NotificationSmuggler.git", .upToNextMajor(from: "0.1.1")) ``` and then add `"NotificationSmuggler"` to the list of dependencies in your target as well.