Skip to content

Commit

Permalink
Bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glytching committed Mar 8, 2018
1 parent 886719d commit c5f431c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.glytching</groupId>
<artifactId>junit-extensions</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>

<name>JUnit Extensions</name>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `junit-extensions` library is available on [Maven Central](http://search.mav
<dependency>
<groupId>io.github.glytching</groupId>
<artifactId>junit-extensions</artifactId>
<version>1.1.0</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit c5f431c

Please sign in to comment.