Skip to content

Commit 0c28085

Browse files
chore(dev): release 0.1.2
1 parent 25337be commit 0c28085

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.1.1](https://github.com/ooliver1/mine-cat/compare/v0.1.0...v0.1.1) (2022-06-27)
411

512

plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "xyz.minecat"
11-
version = "0.1.1" // x-release-please-version
11+
version = "0.1.2" // x-release-please-version
1212

1313
tasks.withType<KotlinCompile> {
1414
kotlinOptions.jvmTarget = "1.8"

0 commit comments

Comments
 (0)