Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiu-udrea committed Jan 11, 2025
1 parent fb3a116 commit a0273c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Key highlights:
In `build.gradle.kts` add:
```kotlin
dependencies {
implementation("ro.horatiu-udrea:mvi:0.1.1")
implementation("ro.horatiu-udrea:mvi:0.1.2")
}
```
#### Using Version Catalog
In `libs.versions.toml` add:
```toml
[versions]
mvi = "0.1.1"
mvi = "0.1.2"

[libraries]
mvi = { module = "ro.horatiu-udrea:mvi", version.ref = "mvi" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mavenPublishing {
coordinates(
groupId = "ro.horatiu-udrea",
artifactId = "mvi",
version = "0.1.1"
version = "0.1.2"
)
// Provide artifacts information required by Maven Central
pom {
Expand Down

0 comments on commit a0273c7

Please sign in to comment.