Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Mar 20, 2017
1 parent aecc531 commit d8c3cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@
* Updated paleo-core from 0.10.1 to 0.10.2
* Updated swagger-parser from v1.0.23 to v1.0.25
* Decimal numbers are formatted into locale-specific strings

=== Version 1.3.1
* PR #247: Fix request path and query params example support.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
}
}
description = 'swagger2markup Build'
version = '1.3.1-SNAPSHOT'
ext.releaseVersion = '1.3.0'
version = '1.3.1'
ext.releaseVersion = '1.3.1'
group = 'io.github.swagger2markup'

apply plugin: 'java'
Expand Down

0 comments on commit d8c3cf7

Please sign in to comment.