Skip to content

Commit

Permalink
Merge pull request #122 from spdx/post080
Browse files Browse the repository at this point in the history
update after 0.8.0
  • Loading branch information
loosebazooka committed Apr 24, 2024
2 parents 10ce370 + 6763cae commit b2c00e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Apply and configure the plugin
plugins {
`java`
...
id("org.spdx.sbom") version "0.6.0"
id("org.spdx.sbom") version "0.8.0"
}
...
// there is no default build, you *must* specify a target
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.gradle.plugin-publish") version "1.2.1"
id("com.diffplug.spotless") version "6.25.0"
signing
id("org.spdx.sbom") version "0.7.0"
id("org.spdx.sbom") version "0.8.0"
}

group = "org.spdx"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.8.0
version=0.9.0

0 comments on commit b2c00e5

Please sign in to comment.