Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Feb 26, 2018
1 parent bbb172e commit 77b67b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This library is available on Maven Central:
<dependency>
<groupId>com.github.bjansen</groupId>
<artifactId>swagger-schema-validator</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.bjansen</groupId>
<artifactId>swagger-schema-validator</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<name>Swagger schema validator</name>
<description>Validates JSON objects against a schema defined in a Swagger 2 specification.</description>
Expand Down

0 comments on commit 77b67b5

Please sign in to comment.