Skip to content

Commit

Permalink
Updated version #s
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter Page committed Feb 5, 2014
1 parent b621a44 commit 2f5392c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Changelog
=========

Version 1.2.3 - 2/5/2014
------------------------
- This edition brought to you by dmackinder (thanks!)
- Added array size comparator enhancements.
- Added ArrayValueMatcher to simplify verification of range of array elements.
- Improve diagnostics from RegularExpressionValueMatcher.
- Deprecated former Customization.matches() signature

Version 1.2.2 - 12/31/2013
--------------------------
- Add support for JSONString
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -76,8 +76,8 @@ To use, [download the JAR](https://github.com/skyscreamer/JSONassert/releases) o
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.2.2</version>
<scope>test</scope>
<version>1.2.3</version>
<scope>test</scope>
</dependency>

Write tests like this:
Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/index.html
Expand Up @@ -51,7 +51,7 @@ <h2>Introduction</h2>
<li><a href="http://junit.org" target="_blank">JUnit</a></li>
</ul>

<p><br/>The current version of JSONassert is 1.2.2</p>
<p><br/>The current version of JSONassert is 1.2.3</p>

<h2>Examples</h2>

Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/quickstart.html
Expand Up @@ -49,7 +49,7 @@ <h2>Quick Start</h2>
<a>&lt;dependency&gt;</a><br/>
<a> &nbsp; &lt;groupId&gt;org.skyscreamer&lt;/groupId&gt;</a><br/>
<a> &nbsp; &lt;artifactId&gt;jsonassert&lt;/artifactId&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.2.2&lt;/version&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.2.3&lt;/version&gt;</a><br/>
<a>&lt;/dependency&gt;</a><br/>
</blockquote>
</div>
Expand Down

0 comments on commit 2f5392c

Please sign in to comment.