We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20437d1 commit 7fd59cfCopy full SHA for 7fd59cf
2 files changed
RELEASENOTES.adoc
@@ -57,3 +57,6 @@
57
* PR #43: Removed *nix specific code to make it run on Windows as well
58
* PR #44: Extended folder as input still using one output file.
59
* PR #47: Fixed issue with mixed path separator in input path
60
+
61
+== Version 1.3.6
62
+* Fixed deployment issue
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
}
15
16
group = 'io.github.swagger2markup'
17
-version = '1.3.5'
+version = '1.3.6'
18
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'
19
20
apply plugin: 'groovy'
0 commit comments