diff --git a/RELEASENOTES.adoc b/RELEASENOTES.adoc
index 6a53fe8..7d7fae8 100644
--- a/RELEASENOTES.adoc
+++ b/RELEASENOTES.adoc
@@ -50,4 +50,10 @@
== Version 1.3.4
* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2
-* Issue #41: Allows `swaggerInput` to be a directory and the plugin scans it for Swagger files
\ No newline at end of file
+* Issue #41: Allows `swaggerInput` to be a directory and the plugin scans it for Swagger files
+
+== Version 1.3.5
+* Updated Swagger2Markup dependency from 1.3.2 to 1.3.3
+* PR #43: Removed *nix specific code to make it run on Windows as well
+* PR #44: Extended folder as input still using one output file.
+* PR #47: Fixed issue with mixed path separator in input path
diff --git a/build.gradle b/build.gradle
index df85b4c..92685bd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ buildscript {
}
group = 'io.github.swagger2markup'
-version = '1.3.5-SNAPSHOT'
+version = '1.3.5'
description = 'A Swagger to Markup (AsciiDoc and Markdown) converter Maven Plugin.'
apply plugin: 'groovy'
@@ -43,7 +43,7 @@ repositories {
}
dependencies {
- compile ("io.github.swagger2markup:swagger2markup:1.3.2")
+ compile ("io.github.swagger2markup:swagger2markup:1.3.3")
compile ("commons-io:commons-io:2.4")
compile 'org.apache.maven:maven-plugin-api:3.3.3'
compile 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.4'
diff --git a/pom.xml b/pom.xml
index 6ba3209..4f200ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
2.4
1.10.19
1.8
- 1.3.2
+ 1.3.3
diff --git a/src/main/resources/META-INF/maven/plugin.xml b/src/main/resources/META-INF/maven/plugin.xml
index 7c0e9db..7c95308 100644
--- a/src/main/resources/META-INF/maven/plugin.xml
+++ b/src/main/resources/META-INF/maven/plugin.xml
@@ -77,7 +77,7 @@ during the maven build cycle
io.github.swagger2markup
swagger2markup
jar
- 1.3.2
+ 1.3.3
io.github.swagger2markup