Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devxsby committed Aug 8, 2023
2 parents d028576 + 46bd7e1 commit 436b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ By providing the user with a randomly changing numeric keypad, this library impr
let package = Package(
name: "AppName",
dependencies: [
.Package(url: "https://github.com/devxsby/RSNumberPad", .upToNextMajor(from: "1.3.0")),
.Package(url: "https://github.com/devxsby/RSNumberPad", .upToNextMajor(from: "1.3.2")),
]
)
```
Expand Down

0 comments on commit 436b78a

Please sign in to comment.