Skip to content

Commit 7b45673

Browse files
committed
Updated tag to 2.0.1
1 parent 63677b8 commit 7b45673

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## CHANGELOG
66

7-
* Version **[2.0.0](#200)**
7+
* Version **[2.0.1](#201)**
88

99
* Version **[1.1.0](#101)** (for Swift 4)
1010
* Version **[1.0.1](#101)** (for Swift 4)
@@ -15,10 +15,10 @@
1515

1616
<a name="200" />
1717

18-
## SwiftRichString 2.0.0
18+
## SwiftRichString 2.0.1
1919
---
2020
- **Release Date**: 2018-05-20
21-
- **Zipped Version**: [Download 2.0.0](https://github.com/malcommac/SwiftRichString/releases/tag/2.0.0)
21+
- **Zipped Version**: [Download 2.0.1](https://github.com/malcommac/SwiftRichString/releases/tag/2.0.1)
2222

2323
This is a total rewrite of the library to simplify and consolidate the APIs functionalities. See documentation in README for detailed informations.
2424

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center" >
2-
<img src="https://raw.githubusercontent.com/malcommac/SwiftRichString/release/2.0.0/SwiftRichString.png" width=300px alt="SwiftRichString" title="SwiftRichString">
2+
<img src="https://raw.githubusercontent.com/malcommac/SwiftRichString/release/2.0.1/SwiftRichString.png" width=300px alt="SwiftRichString" title="SwiftRichString">
33
</p>
44

55
[![Version](https://img.shields.io/cocoapods/v/SwiftRichString.svg?style=flat)](http://cocoadocs.org/docsets/SwiftRichString) [![License](https://img.shields.io/cocoapods/l/SwiftRichString.svg?style=flat)](http://cocoadocs.org/docsets/SwiftRichString) [![Platform](https://img.shields.io/cocoapods/p/SwiftRichString.svg?style=flat)](http://cocoadocs.org/docsets/SwiftRichString)
@@ -133,7 +133,7 @@ Other info:
133133

134134
### Versions
135135

136-
- **SwiftRichString 2.x branch (current)**. The latest version is [2.0.0](https://github.com/malcommac/SwiftRichString/releases/tag/2.0.0).
136+
- **SwiftRichString 2.x branch (current)**. The latest version is [2.0.1](https://github.com/malcommac/SwiftRichString/releases/tag/2.0.1).
137137
- **SwiftRichString 1.x branch (supported)**. Use [1.1.0 tag](https://github.com/malcommac/SwiftRichString/releases/tag/1.1.0). Its compatible with Swift 4.x.
138138
- **Swift 3.x (no longer mantained)**. Use [0.9.1 release](https://github.com/malcommac/SwiftRichString/releases/tag/0.9.10).
139139

0 commit comments

Comments
 (0)