Skip to content

Commit 0fe1937

Browse files
author
Edgar Žigis
committed
Update Readme
1 parent 0265e26 commit 0fe1937

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Highly customizable text field created according to Material.IO guidelines.
88
### Carthage
99

1010
```
11-
github "edgar-zigis/CocoaTextField" ~> 1.0.0
11+
github "edgar-zigis/CocoaTextField" ~> 1.1.1
1212
```
1313
### Cocoapods
1414

1515
```
16-
pod 'CocoaTextField', '~> 1.0.0'
16+
pod 'CocoaTextField', '~> 1.1.1'
1717
```
1818
### Swift Package Manager
1919

2020
```
2121
dependencies: [
22-
.package(url: "https://github.com/edgar-zigis/CocoaTextField.git", .upToNextMajor(from: "1.1.0"))
22+
.package(url: "https://github.com/edgar-zigis/CocoaTextField.git", .upToNextMajor(from: "1.1.1"))
2323
]
2424
```
2525
### Usage

0 commit comments

Comments
 (0)