Skip to content

Commit

Permalink
fix: Trying to make it clear which version is published.
Browse files Browse the repository at this point in the history
  • Loading branch information
kerry.bisset committed Nov 29, 2024
1 parent 679ceb7 commit 83f6d05
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
@@ -14,15 +14,15 @@ To use the plugin, add the following to your project's `build.gradle.kts` file:

```kotlin
plugins {
id("io.github.kmbisset89.semver.plugin") version "1.1.0"
id("io.github.kmbisset89.semver.plugin") version "1.1.1"
}
```

For libs.toml:

```toml
[versions]
semver-plugin = "1.1.0"
semver-plugin = "1.1.1"

[plugins]
semver-plugin = { id = "io.github.kmbisset89.semver.plugin", version.ref = "semver-plugin" }
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID=io.github.kmbisset89.semver.plugin
VERSION=1.1.0
VERSION=1.1.1
GROUP=io.github.kmbisset89.semver
DISPLAY_NAME=SemVer Plugin
DESCRIPTION=Gradle plugin for managing semantic versioning.

0 comments on commit 83f6d05

Please sign in to comment.