Skip to content

Commit

Permalink
chore(publish): prepare for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Aug 17, 2024
1 parent 808dd19 commit d230cd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## [Unreleased] - TBD

- TDB
- TBD

## [0.5.0] - Jul 22, 2024
## [0.5.0] - Aug 17, 2024

### Update dependencies

Expand Down Expand Up @@ -184,7 +184,9 @@ Share everything including data, domain, presentation, and UI.
- [KotlinX Coroutines `1.7.3`](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.3).
- [KotlinX Collections Immutable `0.3.7`](https://github.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.3.7).

[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.4.0...HEAD
[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.5.0...HEAD

[0.5.0]: https://github.com/hoc081098/solivagant/releases/tag/0.5.0

[0.4.0]: https://github.com/hoc081098/solivagant/releases/tag/0.4.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ allprojects {
```

```kotlin
implementation("io.github.hoc081098:solivagant-navigation:0.4.0")
implementation("io.github.hoc081098:solivagant-navigation:0.5.0")
```

### Snapshot
Expand All @@ -114,7 +114,7 @@ allprojects {
}

dependencies {
implementation("io.github.hoc081098:solivagant-navigation:0.4.1-SNAPSHOT")
implementation("io.github.hoc081098:solivagant-navigation:0.5.1-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin.incremental=true
# POM
GROUP=io.github.hoc081098
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
VERSION_NAME=0.4.1-SNAPSHOT
VERSION_NAME=0.5.0
POM_INCEPTION_YEAR=2024

POM_URL=https://github.com/hoc081098/solivagant
Expand Down

0 comments on commit d230cd3

Please sign in to comment.