Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed May 18, 2022
1 parent 9a42680 commit c19e23c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] -
## [1.3.0] - 2022-05-18
### Added
- `kotlinx.serialization` support with predefined serializers.
- Equality operator for `Constraint`.
Expand Down
4 changes: 2 additions & 2 deletions Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
Then, you can add the package to your dependencies.
```kotlin
dependencies {
implementation("io.github.z4kn4fein:semver:1.2.1")
implementation("io.github.z4kn4fein:semver:1.3.0")
}
```
<br/>
Expand All @@ -26,7 +26,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.github.z4kn4fein:semver:1.2.1")
implementation("io.github.z4kn4fein:semver:1.3.0")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
Then, you can add the package to your dependencies.
```kotlin
dependencies {
implementation("io.github.z4kn4fein:semver:1.2.1")
implementation("io.github.z4kn4fein:semver:1.3.0")
}
```
In case of a multiplatform project, you can simply reference the package in your `commonMain` source set.
Expand All @@ -32,7 +32,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.github.z4kn4fein:semver:1.2.1")
implementation("io.github.z4kn4fein:semver:1.3.0")
}
}
}
Expand Down

0 comments on commit c19e23c

Please sign in to comment.