From 2bcb8d106f6528aaa2c0771e05847d74d5e7f31e Mon Sep 17 00:00:00 2001 From: Subin Yoon Date: Mon, 3 Jul 2023 13:21:49 +0900 Subject: [PATCH] chore: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4688dcf..20f7fb1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This library offers a randomly changing number keypad to the user, enhancing sec ## Example -
+

@@ -34,7 +34,7 @@ This library offers a randomly changing number keypad to the user, enhancing sec let package = Package( name: "AppName", dependencies: [ - .Package(url: "https://github.com/devxsby/RSNumberPad", .upToNextMajor(from: "1.0.0")), + .Package(url: "https://github.com/devxsby/RSNumberPad", .upToNextMajor(from: "1.0.2")), ] ) ```