Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsch committed Apr 19, 2020
1 parent d2d4712 commit 0d68355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ optimization of implementation classes. Changes are detailed in

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

### 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.14)](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)
### 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.16)](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)

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

Expand Down Expand Up @@ -54,7 +54,7 @@ following sample:
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>0.61.14</version>
<version>0.61.16</version>
</dependency>
```

Expand Down Expand Up @@ -93,7 +93,7 @@ public class BasicSample {
#### Building via Gradle

```shell
compile 'com.vladsch.flexmark:flexmark-all:0.61.14'
compile 'com.vladsch.flexmark:flexmark-all:0.61.16'
```

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

### Latest Additions and Changes

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

0 comments on commit 0d68355

Please sign in to comment.