Skip to content

Commit

Permalink
[readme] Bump Javalin version
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy authored May 1, 2018
1 parent 00a6d81 commit 1759766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Documentation: [javalin.io/documentation](https://javalin.io/documentation)
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
```

Expand All @@ -38,7 +38,7 @@ public class HelloWorld {

### Add dependency (gradle)
```kotlin
compile 'io.javalin:javalin:1.6.0'
compile 'io.javalin:javalin:1.6.1'
```

### Start programming
Expand Down

0 comments on commit 1759766

Please sign in to comment.