Skip to content

Commit 7e99a25

Browse files
committed
update doc versions
1 parent 48156c0 commit 7e99a25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ than ideal and for pathological input either hangs or practically hangs during p
2020

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

23-
### 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.50.48)](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)
23+
### 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.50.50)](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)
2424

2525
<!-- [![codecov](https://codecov.io/gh/vsch/flexmark-java/branch/master/graph/badge.svg)](https://codecov.io/gh/vsch/flexmark-java) -->
2626
[![GitQ](https://gitq.com/badge.svg)](https://gitq.com/vsch/flexmark-java)
@@ -48,7 +48,7 @@ following sample:
4848
<dependency>
4949
<groupId>com.vladsch.flexmark</groupId>
5050
<artifactId>flexmark-all</artifactId>
51-
<version>0.50.48</version>
51+
<version>0.50.50</version>
5252
</dependency>
5353
```
5454

@@ -87,7 +87,7 @@ public class BasicSample {
8787
#### Building via Gradle
8888

8989
```shell
90-
compile 'com.vladsch.flexmark:flexmark-all:0.50.48'
90+
compile 'com.vladsch.flexmark:flexmark-all:0.50.50'
9191
```
9292

9393
#### Building with Android Studio

0 commit comments

Comments
 (0)