Skip to content

Commit

Permalink
Update version in readme (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlitcher authored and tipsy committed Dec 19, 2017
1 parent e5951a0 commit bfda598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
Spark - a tiny web framework for Java 8
==============================================

**NEWS**: Spark 2.7.0 is out. Please try it out and report any bugs.
**NEWS**: Spark 2.7.1 is out. Please try it out and report any bugs.
```xml
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
</dependency>
```

Expand All @@ -29,7 +29,7 @@ Getting started
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
</dependency>
```

Expand Down

0 comments on commit bfda598

Please sign in to comment.