File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212 }
1313}
1414description = ' A Markup (Markdown, AsciiDoc) document builder'
15- version = ' 1.1.0 '
15+ version = ' 1.1.1-SNAPSHOT '
1616group = ' io.github.swagger2markup'
1717
1818apply plugin : ' java'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments