Skip to content

Commit 7081b4c

Browse files
committed
Updated readme
1 parent 376afa9 commit 7081b4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ it, simply add the following line to your Podfile:
2222
Swift 4<br>
2323

2424
```ruby
25-
pod 'GrowingTextView', '~> 0.5.5'
25+
pod 'GrowingTextView', '~> 0.5'
2626
```
2727

2828
Swift 3<br>
2929
```ruby
30-
pod 'GrowingTextView', '~> 0.4.0'
30+
pod 'GrowingTextView', '~> 0.4'
3131
```
3232

3333
Swift 2.3 (Stopped update since Sep 2016)<br>
@@ -44,12 +44,12 @@ line to your Cartfile:
4444
Swift 4<br>
4545

4646
```ruby
47-
github "KennethTsang/GrowingTextView" ~> 0.5.5
47+
github "KennethTsang/GrowingTextView" ~> 0.5
4848
```
4949

5050
Swift 3<br>
5151
```ruby
52-
github "KennethTsang/GrowingTextView" ~> 0.4.0
52+
github "KennethTsang/GrowingTextView" ~> 0.4
5353
```
5454

5555
Swift 2.3 (Stopped update since Sep 2016)<br>

0 commit comments

Comments
 (0)