Skip to content

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
itboy87 committed Nov 23, 2023
1 parent 0047737 commit cf29340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Ksoup is adept at handling all varieties of HTML found in the wild.
### Ksoup is published on Maven Central
```Kotlin
commonMain.dependencies {
implementation("com.fleeksoft.ksoup:ksoup:0.0.3")
implementation("com.fleeksoft.ksoup:ksoup:0.0.4")

// Optional: Include only if you need to use network request functions such as
// Ksoup.parseGetRequest, Ksoup.parseSubmitRequest, and Ksoup.parsePostRequest
implementation("com.fleeksoft.ksoup:ksoup-network:0.0.3")
implementation("com.fleeksoft.ksoup:ksoup-network:0.0.4")
}
```

Expand Down

0 comments on commit cf29340

Please sign in to comment.