We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecc531 commit d8c3cf7Copy full SHA for d8c3cf7
RELEASENOTES.adoc
@@ -129,3 +129,6 @@
129
* Updated paleo-core from 0.10.1 to 0.10.2
130
* Updated swagger-parser from v1.0.23 to v1.0.25
131
* Decimal numbers are formatted into locale-specific strings
132
+
133
+=== Version 1.3.1
134
+* PR #247: Fix request path and query params example support.
build.gradle
@@ -13,8 +13,8 @@ buildscript {
13
}
14
15
description = 'swagger2markup Build'
16
-version = '1.3.1-SNAPSHOT'
17
-ext.releaseVersion = '1.3.0'
+version = '1.3.1'
+ext.releaseVersion = '1.3.1'
18
group = 'io.github.swagger2markup'
19
20
apply plugin: 'java'
0 commit comments