Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauer committed Jun 30, 2016
1 parent 537a571 commit 177a090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -54,7 +54,7 @@ Maven:
<dependency>
<groupId>com.github.vbauer</groupId>
<artifactId>caesar</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
</dependency>
```

Expand All @@ -67,7 +67,7 @@ repositories {
}
dependencies {
compile 'com.github.vbauer:caesar:1.6.2'
compile 'com.github.vbauer:caesar:1.6.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.vbauer</groupId>
<artifactId>caesar</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>

<description>Converting synchronous beans to asynchronous</description>
<url>https://github.com/vbauer/caesar</url>
Expand Down

0 comments on commit 177a090

Please sign in to comment.