Skip to content

Commit

Permalink
[readme] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy authored Apr 14, 2018
1 parent 96d8834 commit 817c59c
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.5.0</version>
<version>1.6.0</version>
</dependency>
```

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

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

### Start programming
Expand Down

0 comments on commit 817c59c

Please sign in to comment.