Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Release remark 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Aug 28, 2019
1 parent 7c510eb commit 95ad919
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### Version: 1.2.0
- [#2](https://github.com/kotcrab/remark-java/pull/2) - Further improvements to parsing tables

#### Version: 1.1.0
- [#1](https://github.com/kotcrab/remark-java/pull/1) - Add blanks headers for HTML tables without headers when converted to markdown

Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This fork was created in order to convert Maven build system to Gradle and deploy library to Maven Central Repository.
```groovy
implementation "com.kotcrab.remark:remark:1.1.0"
implementation "com.kotcrab.remark:remark:1.2.0"
```

## Example Usage Scenario
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.kotcrab.remark'
version = '1.1.1-SNAPSHOT'
version = '1.2.0'

buildscript {
repositories {
Expand Down

0 comments on commit 95ad919

Please sign in to comment.