Skip to content

Commit 9b3c0be

Browse files
committed
update doc versions
1 parent 9f2cd4c commit 9b3c0be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
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.60.0)](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.60.2)](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.60.0</version>
57+
<version>0.60.2</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.60.0'
96+
compile 'com.vladsch.flexmark:flexmark-all:0.60.2'
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.60.0, see
186+
* Major reorganization and code cleanup of implementation in version 0.60.2, 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:[email protected]) you can get an overview

0 commit comments

Comments
 (0)