Skip to content

Commit 437bd09

Browse files
committed
bump version
1 parent 079026c commit 437bd09

60 files changed

Lines changed: 64 additions & 64 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ optimization of implementation classes. Changes are detailed in
2424

2525
### master [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=master)](https://travis-ci.org/vsch/flexmark-java)
2626

27-
### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.61.4)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)
27+
### latest [![Maven Central status](https://img.shields.io/maven-central/v/com.vladsch.flexmark/flexmark.svg)](https://search.maven.org/search?q=g:com.vladsch.flexmark)<!-- @IGNORE PREVIOUS: link --> [![Build status](https://travis-ci.org/vsch/flexmark-java.svg?branch=0.61.6)](https://travis-ci.org/vsch/flexmark-java) [![Javadocs](https://www.javadoc.io/badge/com.vladsch.flexmark/flexmark.svg)](https://www.javadoc.io/doc/com.vladsch.flexmark/flexmark)
2828

2929
<!-- [![codecov](https://codecov.io/gh/vsch/flexmark-java/branch/master/graph/badge.svg)](https://codecov.io/gh/vsch/flexmark-java) -->
3030

@@ -54,7 +54,7 @@ following sample:
5454
<dependency>
5555
<groupId>com.vladsch.flexmark</groupId>
5656
<artifactId>flexmark-all</artifactId>
57-
<version>0.61.4</version>
57+
<version>0.61.6</version>
5858
</dependency>
5959
```
6060

@@ -93,7 +93,7 @@ public class BasicSample {
9393
#### Building via Gradle
9494

9595
```shell
96-
compile 'com.vladsch.flexmark:flexmark-all:0.61.4'
96+
compile 'com.vladsch.flexmark:flexmark-all:0.61.6'
9797
```
9898

9999
#### Building with Android Studio
@@ -183,7 +183,7 @@ custom node renderer if you need to override the generated link HTML.
183183

184184
### Latest Additions and Changes
185185

186-
* Major reorganization and code cleanup of implementation in version 0.61.4, see
186+
* Major reorganization and code cleanup of implementation in version 0.61.6, see
187187
[Version-0.60.0-Changes](../../wiki/Version-0.60.0-Changes)
188188
* [Flexmark Architecture and Dependencies Diagrams](https://sourcespy.com/github/flexmark/)
189189
thanks to great work by [Alex Karezin](mailto:javadiagrams@gmail.com) you can get an overview

flexmark-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.vladsch.flexmark</groupId>
99
<artifactId>flexmark-java</artifactId>
10-
<version>0.61.4</version>
10+
<version>0.61.6</version>
1111
</parent>
1212

1313
<artifactId>flexmark-all</artifactId>

flexmark-core-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.61.4</version>
7+
<version>0.61.6</version>
88
</parent>
99

1010
<artifactId>flexmark-core-test</artifactId>

flexmark-docx-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.vladsch.flexmark</groupId>
77
<artifactId>flexmark-java</artifactId>
8-
<version>0.61.4</version>
8+
<version>0.61.6</version>
99
</parent>
1010

1111
<artifactId>flexmark-docx-converter</artifactId>

flexmark-ext-abbreviation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.61.4</version>
7+
<version>0.61.6</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-abbreviation</artifactId>

flexmark-ext-admonition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.61.4</version>
7+
<version>0.61.6</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-admonition</artifactId>

flexmark-ext-anchorlink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.61.4</version>
7+
<version>0.61.6</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-anchorlink</artifactId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.vladsch.flexmark</groupId>
3030
<artifactId>flexmark-jira-converter</artifactId>
31-
<version>0.61.4</version>
31+
<version>0.61.6</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

flexmark-ext-aside/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.61.4</version>
7+
<version>0.61.6</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-aside</artifactId>

flexmark-ext-attributes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.61.4</version>
7+
<version>0.61.6</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-attributes</artifactId>

flexmark-ext-autolink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vladsch.flexmark</groupId>
66
<artifactId>flexmark-java</artifactId>
7-
<version>0.61.4</version>
7+
<version>0.61.6</version>
88
</parent>
99

1010
<artifactId>flexmark-ext-autolink</artifactId>

0 commit comments

Comments
 (0)