Skip to content

Commit

Permalink
Release 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jul 20, 2023
1 parent 2dce74e commit 2b47e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.17</version>
<version>1.0.18</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.gitbucket</groupId>
<artifactId>markedj</artifactId>
<packaging>jar</packaging>
<version>1.0.17</version>
<version>1.0.18</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 2b47e47

Please sign in to comment.