Skip to content

Commit c4b8248

Browse files
committed
Release 1.0.20
1 parent a09fdcd commit c4b8248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, add following dependency into your `pom.xml`:
1111
<dependency>
1212
<groupId>io.github.gitbucket</groupId>
1313
<artifactId>markedj</artifactId>
14-
<version>1.0.19</version>
14+
<version>1.0.20</version>
1515
</dependency>
1616
</dependencies>
1717
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.gitbucket</groupId>
55
<artifactId>markedj</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.19</version>
7+
<version>1.0.20</version>
88
<name>markedj</name>
99
<url>https://github.com/gitbucket/markedj</url>
1010
<description>JVM port of graceful markdown processor marked.js</description>

0 commit comments

Comments
 (0)