Skip to content

Commit

Permalink
Bump podspec to 4.7.2, updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Sep 18, 2018
1 parent 30e7721 commit 0ce63a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v4.7.2 (September 18, 2018)

* Bump `WATCHOS_DEPLOYMENT_TARGET` to `3.0` (via [#193](https://github.com/drmohundro/SWXMLHash/pull/193))

## v4.7.1 (August 4, 2018)

* Bump `SWIFT_VERSION` to `4.0` (via [#191](https://github.com/drmohundro/SWXMLHash/pull/191))
Expand Down
2 changes: 1 addition & 1 deletion SWXMLHash.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit 0ce63a9

Please sign in to comment.