Skip to content

Commit 084de44

Browse files
committed
Release 0.6.3
1 parent d633413 commit 084de44

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
master
22
======
33

4+
0.6.3
5+
=====
6+
47
* Fix error message for string responses. [#49]
58

69
[#49]: https://github.com/thoughtbot/json_matchers/pull/49

lib/json_matchers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonMatchers
2-
VERSION = "0.6.2"
2+
VERSION = "0.6.3"
33
end

0 commit comments

Comments
 (0)