We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e7721 commit 0ce63a9Copy full SHA for 0ce63a9
CHANGELOG.md
@@ -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
5
## v4.7.1 (August 4, 2018)
6
7
* Bump `SWIFT_VERSION` to `4.0` (via [#191](https://github.com/drmohundro/SWXMLHash/pull/191))
SWXMLHash.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SWXMLHash'
- s.version = '4.7.1'
+ s.version = '4.7.2'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
0 commit comments