Skip to content

Commit

Permalink
Slather 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuther committed Sep 19, 2017
1 parent caea338 commit 15845e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG

## master
## v2.4.3

* Initial Xcode 9 support
[ksuther](https://github.com/ksuther) [#339](https://github.com/SlatherOrg/slather/pull/339), [ivanbrunel](https://github.com/ivanbruel) [#321](https://github.com/SlatherOrg/slather/pull/321), [FDREAL](https://github.com/FDREAL) [#338](https://github.com/SlatherOrg/slather/pull/338)

* Add `--json` output option for basic JSON format not specific to any particular service.
[ileitch](https://github.com/ileitch)
Expand Down
2 changes: 1 addition & 1 deletion lib/slather/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slather
VERSION = '2.4.2' unless defined?(Slather::VERSION)
VERSION = '2.4.3' unless defined?(Slather::VERSION)
end

0 comments on commit 15845e6

Please sign in to comment.