Skip to content

Commit

Permalink
chore(publish): prepare for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 7, 2024
1 parent 9fc5d59 commit a516674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.0.1-alpha01")
implementation("io.github.hoc081098:solivagant-navigation:0.0.1")
```

## Getting started
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.0.1-SNAPSHOT
VERSION_NAME=0.0.1
POM_INCEPTION_YEAR=2024

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

0 comments on commit a516674

Please sign in to comment.