Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu authored Jul 11, 2019
1 parent f9a07d4 commit b243c60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Getting Started
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-core</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand All @@ -49,7 +49,7 @@ Swagger v2 Support
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-swagger</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand All @@ -58,7 +58,7 @@ OpenAPI v3 Support
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-swagger</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
```

Expand Down Expand Up @@ -542,4 +542,4 @@ Built With
- [Swagger](http://swagger.io/) (annotations and swagger spec)
- [JAX-RS](http://docs.oracle.com/javaee/6/api/javax/ws/rs/package-summary.html) (annotations only)



0 comments on commit b243c60

Please sign in to comment.