Skip to content

Commit c404740

Browse files
author
Robert Winkler
committed
Updated version from 1.1.0 to 1.1.1-SNAPSHOT
1 parent 23c7272 commit c404740

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

RELEASENOTES.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
* Added SECTION_TITLE_LEVEL4
2020

2121
== Version 1.1.0
22-
* Changed bold to ** and italic to __ so that special chars in the text are possible
22+
* Changed bold to ** and italic to __ so that special chars in the text are possible
23+
24+
== Version 1.1.1
25+
* Added a method to add page breaks.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
}
1414
description = 'A Markup (Markdown, AsciiDoc) document builder'
15-
version = '1.1.0'
15+
version = '1.1.1-SNAPSHOT'
1616
group = 'io.github.swagger2markup'
1717

1818
apply plugin: 'java'

gradle/publishing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bintray {
9898
publications = ['mavenJava']
9999
pkg {
100100
repo = 'Maven'
101-
name = 'markup-document-builder'
101+
name = 'io.github.swagger2markup:markup-document-builder'
102102
userOrg = 'swagger2markup'
103103
websiteUrl = projectUrl
104104
issueTrackerUrl = issuesUrl

0 commit comments

Comments
 (0)