We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25337be commit 0c28085Copy full SHA for 0c28085
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.2](https://github.com/ooliver1/mine-cat/compare/v0.1.1...v0.1.2) (2022-11-26)
4
+
5
6
+### Bug Fixes
7
8
+* nah wtf ([25337be](https://github.com/ooliver1/mine-cat/commit/25337bed776d5924582ebce9dd3b688baa8701f0))
9
10
## [0.1.1](https://github.com/ooliver1/mine-cat/compare/v0.1.0...v0.1.1) (2022-06-27)
11
12
plugin/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
}
group = "xyz.minecat"
-version = "0.1.1" // x-release-please-version
+version = "0.1.2" // x-release-please-version
13
tasks.withType<KotlinCompile> {
14
kotlinOptions.jvmTarget = "1.8"
0 commit comments