We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f43f41 commit eba06cbCopy full SHA for eba06cb
CHANGELOG.md
@@ -7,6 +7,8 @@ This project does NOT use semantic versioning.
7
8
## [Unreleased]
9
10
+## 1.0.0
11
+
12
### Added
13
14
- [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
build.gradle.kts
@@ -31,7 +31,7 @@ tasks.named<Test>("test") {
31
}
32
33
group = "io.fuchs.gradle.classpath-collision-detector"
34
-version = "0.3"
+version = "1.0.0"
35
36
gradlePlugin {
37
website = "https://github.com/REPLicated/classpath-collision-detector"
0 commit comments