Skip to content

Commit

Permalink
minor readme tweaks for release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christophsturm committed Feb 27, 2022
1 parent f846838 commit fbec8a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Available from Maven Central.

```kotlin
dependencies {
testImplementation("com.christophsturm.restaurant:restaurant:0.0.2")
implementation("com.christophsturm.restaurant:restaurant-core:0.0.5")
}
```

Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("com.autonomousapps.dependency-analysis") version "0.80.0"
}

// to release:
// ./gradlew publishToSonatype closeSonatypeStagingRepository (or ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository)


fun isNonStable(version: String): Boolean {
Expand Down

0 comments on commit fbec8a3

Please sign in to comment.