Skip to content

Commit

Permalink
Release 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jan 27, 2024
1 parent a09fdcd commit c4b8248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ First, add following dependency into your `pom.xml`:
<dependency>
<groupId>io.github.gitbucket</groupId>
<artifactId>markedj</artifactId>
<version>1.0.19</version>
<version>1.0.20</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.gitbucket</groupId>
<artifactId>markedj</artifactId>
<packaging>jar</packaging>
<version>1.0.19</version>
<version>1.0.20</version>
<name>markedj</name>
<url>https://github.com/gitbucket/markedj</url>
<description>JVM port of graceful markdown processor marked.js</description>
Expand Down

0 comments on commit c4b8248

Please sign in to comment.