Skip to content

Commit d8c3cf7

Browse files
author
Robert Winkler
committed
Release 1.3.1
1 parent aecc531 commit d8c3cf7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASENOTES.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@
129129
* Updated paleo-core from 0.10.1 to 0.10.2
130130
* Updated swagger-parser from v1.0.23 to v1.0.25
131131
* 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ buildscript {
1313
}
1414
}
1515
description = 'swagger2markup Build'
16-
version = '1.3.1-SNAPSHOT'
17-
ext.releaseVersion = '1.3.0'
16+
version = '1.3.1'
17+
ext.releaseVersion = '1.3.1'
1818
group = 'io.github.swagger2markup'
1919

2020
apply plugin: 'java'

0 commit comments

Comments
 (0)