Skip to content

Commit 20cf2dc

Browse files
committed
Merge branch 'hotfix/2.1.1'
2 parents c1cd1c0 + 0921eba commit 20cf2dc

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module: HTMLKit
2-
module_version: 2.1.0
2+
module_version: 2.1.1
33
author: Iskandar Abudiab
44
author_url: https://twitter.com/iabudiab
55
github_url: https://github.com/iabudiab/HTMLKit

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [2.1.1](https://github.com/iabudiab/HTMLKit/releases/tag/2.1.1)
4+
5+
Released on 2017.10.13
6+
7+
### Hotfix
8+
9+
- Fixed documentation comments
10+
- Should fix CocoaDocs generation and percentage
11+
12+
313
## [2.1.0](https://github.com/iabudiab/HTMLKit/releases/tag/2.1.0)
414

515
Released on 2017.10.12

HTMLKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "HTMLKit"
3-
s.version = "2.1.0"
3+
s.version = "2.1.1"
44
s.summary = "HTMLKit, an Objective-C framework for your everyday HTML needs."
55
s.license = "MIT"
66
s.homepage = "https://github.com/iabudiab/HTMLKit"

Sources/HTMLKit-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1.0</string>
20+
<string>2.1.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)