Skip to content

Commit

Permalink
Prepare 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKrikun committed Nov 1, 2020
1 parent 08cd3fe commit 267a369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("ru.krikun.commonmark:commonmark-kotlinx-html:0.1.1")
implementation("ru.krikun.commonmark:commonmark-kotlinx-html:0.1.2")
}
```

Expand Down Expand Up @@ -60,7 +60,7 @@ Use `HeadingAnchorKotlinxHtmlExtension`

```kotlin
dependencies {
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-heading-anchor:0.1.1")
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-heading-anchor:0.1.2")
}
```
Also, see `commonmark-java` [description](https://github.com/atlassian/commonmark-java#heading-anchor).
Expand All @@ -73,7 +73,7 @@ Use `InsKotlinxHtmlExtension`

```kotlin
dependencies {
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-ins:0.1.1")
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-ins:0.1.2")
}
```
Also, see `commonmark-java` [description](https://github.com/atlassian/commonmark-java#ins).
Expand All @@ -87,7 +87,7 @@ Use `StrikethroughKotlinxHtmlExtension`.

```kotlin
dependencies {
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-strikethrough:0.1.1")
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-strikethrough:0.1.2")
}
```
Also, see `commonmark-java` [description](https://github.com/atlassian/commonmark-java#strikethrough).
Expand All @@ -100,7 +100,7 @@ Use `TablesKotlinxHtmlExtension`

```kotlin
dependencies {
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-tables:0.1.1")
implementation("ru.krikun.commonmark:commonmark-kotlinx-html-tables:0.1.2")
}
```
Also, see `commonmark-java` [description](https://github.com/atlassian/commonmark-java#tables).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "ru.krikun.commonmark"
version = "0.1.1"
version = "0.1.2"

val properties = properties("bintray.properties")
val bintrayUser: String = properties.getProperty("user")
Expand Down

0 comments on commit 267a369

Please sign in to comment.