Skip to content

Commit

Permalink
Bump version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Sep 15, 2013
1 parent b90acad commit 4dd68d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
named-regexp 0.2.2 [![Build Status](https://tony19.ci.cloudbees.com/job/named-regexp/job/named-regexp-SNAPSHOT/badge/icon)](https://tony19.ci.cloudbees.com/job/named-regexp/job/named-regexp-SNAPSHOT/)
named-regexp 0.2.3 [![Build Status](https://tony19.ci.cloudbees.com/job/named-regexp/job/named-regexp-SNAPSHOT/badge/icon)](https://tony19.ci.cloudbees.com/job/named-regexp/job/named-regexp-SNAPSHOT/)
==================
This library is a thin wrapper for `java.util.regex`, implementing named capture groups for Java 5/6 (and it works on Android).

Expand Down Expand Up @@ -28,15 +28,15 @@ See more [examples][3]

Download
--------
Grab the latest release ([`named-regexp-0.2.2.jar`][4]) and include it in your classpath...
Grab the latest release ([`named-regexp-0.2.3.jar`][4]) and include it in your classpath...

*OR* Maven users can simply add this dependency:

```xml
<dependency>
<groupId>com.github.tony19</groupId>
<artifactId>named-regexp</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
```

Expand Down Expand Up @@ -68,6 +68,6 @@ License
[1]: http://code.google.com/p/named-regexp
[2]: https://tony19.atlassian.net/issues/?jql=project%20%3D%20REGEX
[3]: http://tony19.github.com/named-regexp/index.html
[4]: https://oss.sonatype.org/content/repositories/releases/com/github/tony19/named-regexp/0.2.2/named-regexp-0.2.2.jar
[4]: https://oss.sonatype.org/content/repositories/releases/com/github/tony19/named-regexp/0.2.3/named-regexp-0.2.3.jar
[5]: https://oss.sonatype.org/content/repositories/snapshots/
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/6153b1e63711b00863135b84138816f9 "githalytics.com")](http://githalytics.com/tony19/named-regexp)

0 comments on commit 4dd68d6

Please sign in to comment.