Skip to content

Commit

Permalink
release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jun 11, 2022
1 parent c921c26 commit 1c91165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Xoxo is designed for dynamic parsing in small JVM-only projects like [Kotlin scr
## Installation

```kotlin
@file:DependsOn("net.mbonnin.xoxo:xoxo:0.2")
@file:DependsOn("net.mbonnin.xoxo:xoxo:0.3")
```

## Read the text content of the first \<div\> tag in a HTML file
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sjmp {
publication {
artifactId = "xoxo"
groupId = "net.mbonnin.xoxo"
version = "0.3-SNAPSHOT"
version = "0.3"
simplePom {
name = "xoxo"
githubRepository = "martinbonnin/xoxo"
Expand All @@ -30,4 +30,4 @@ sjmp {
}
}
}
}
}

0 comments on commit 1c91165

Please sign in to comment.