Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauer committed Apr 3, 2016
1 parent f651475 commit 12eb71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ you need to configure JitPack's Maven repository to fetch artifacts (dependencie
<dependency>
<groupId>com.github.vbauer</groupId>
<artifactId>jconditions</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
</dependencies>
```
Expand All @@ -96,7 +96,7 @@ repositories {
}
dependencies {
testCompile 'com.github.vbauer:jconditions:1.2.0'
testCompile 'com.github.vbauer:jconditions:1.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.vbauer</groupId>
<artifactId>jconditions</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<description>Extra conditional annotations for JUnit</description>
<url>https://github.com/vbauer/jconditions</url>
Expand Down

0 comments on commit 12eb71a

Please sign in to comment.