Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Dec 11, 2017
1 parent a87e5f5 commit 2539336
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 @@ -20,3 +20,6 @@

=== Version 1.3.1
* Updated Swagger2Markup dependency from 1.3.0 to 1.3.1

=== Version 1.3.1
* Updated Swagger2Markup dependency from 1.3.1 to 1.3.2
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}

group 'io.github.swagger2markup'
version '1.3.1'
version '1.3.2'

apply plugin: 'java'
apply plugin: 'maven-publish'
Expand All @@ -37,7 +37,7 @@ repositories {
}

dependencies {
compile ("io.github.swagger2markup:swagger2markup:1.3.1")
compile ("io.github.swagger2markup:swagger2markup:1.3.2")
compile 'io.airlift:airline:0.7'
compile 'ch.qos.logback:logback-classic:1.1.2'
testCompile 'org.assertj:assertj-core:3.4.0'
Expand Down

0 comments on commit 2539336

Please sign in to comment.