Skip to content

Commit 0ce63a9

Browse files
committed
Bump podspec to 4.7.2, updated CHANGELOG
1 parent 30e7721 commit 0ce63a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v4.7.2 (September 18, 2018)
2+
3+
* Bump `WATCHOS_DEPLOYMENT_TARGET` to `3.0` (via [#193](https://github.com/drmohundro/SWXMLHash/pull/193))
4+
15
## v4.7.1 (August 4, 2018)
26

37
* Bump `SWIFT_VERSION` to `4.0` (via [#191](https://github.com/drmohundro/SWXMLHash/pull/191))

SWXMLHash.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 = 'SWXMLHash'
3-
s.version = '4.7.1'
3+
s.version = '4.7.2'
44
s.summary = 'Simple XML parsing in Swift'
55
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
66
s.license = { type: 'MIT' }

0 commit comments

Comments
 (0)