Skip to content

Commit

Permalink
Update documented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Feb 19, 2023
1 parent 320fa7d commit 5de8121
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,36 +79,36 @@ repositories {
### Core
#### multiplatform
```
implementation("io.github.pdvrieze.xmlutil:core:0.84.3")
implementation("io.github.pdvrieze.xmlutil:core:0.85.0")
```
#### JVM -- uses the stax API _not available_ on Android
```
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.84.3")
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.85.0")
```
#### Android -- Uses the android streaming library
```
implementation("io.github.pdvrieze.xmlutil:core-android:0.84.3")
implementation("io.github.pdvrieze.xmlutil:core-android:0.85.0")
```
#### JS -- Wraps DOM
```
implementation("io.github.pdvrieze.xmlutil:core-js:0.84.3")
implementation("io.github.pdvrieze.xmlutil:core-js:0.85.0")
```
### Serialization
#### multiplatform
```
implementation("io.github.pdvrieze.xmlutil:serialization:0.84.3")
implementation("io.github.pdvrieze.xmlutil:serialization:0.85.0")
```
#### JVM
```
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.84.3")
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.85.0")
```
#### Android
```
implementation("io.github.pdvrieze.xmlutil:serialization-android:0.84.3")
implementation("io.github.pdvrieze.xmlutil:serialization-android:0.85.0")
```
#### js
```
implementation("io.github.pdvrieze.xmlutil:serialization-js:0.84.3")
implementation("io.github.pdvrieze.xmlutil:serialization-js:0.85.0")
```

### Ktor
Expand Down

0 comments on commit 5de8121

Please sign in to comment.