Skip to content

Commit

Permalink
Bump podspec to 4.2.5, updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Nov 10, 2017
1 parent b9a50ad commit 12496b3
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.2.5 (November 10, 2017)

* Fix `XMLIndexer.byKey(_:)` bug (fixed in [#165](https://github.com/drmohundro/SWXMLHash/pull/165))

## v4.2.4 (November 9, 2017)

* Fix `characters` deprecation (issue [#163](https://github.com/drmohundro/SWXMLHash/issues/163) fixed in [#164](https://github.com/drmohundro/SWXMLHash/pull/164))
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.2.4'
s.version = '4.2.5'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
Expand Down

0 comments on commit 12496b3

Please sign in to comment.