diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..d86de40 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,5 @@ +#### 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 + +#### Version: 1.0.0 +- Initial fork release diff --git a/README.markdown b/README.markdown index 232aeaf..098a783 100644 --- a/README.markdown +++ b/README.markdown @@ -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 -compile "com.kotcrab.remark:remark:1.0.0" +implementation "com.kotcrab.remark:remark:1.1.0" ``` ## Example Usage Scenario diff --git a/build.gradle b/build.gradle index eaeca59..0f538eb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group = 'com.kotcrab.remark' -version = '1.0.1-SNAPSHOT' +version = '1.1.0' buildscript { repositories {