Skip to content

Commit 313936c

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 4.0.0
1 parent 84cdaff commit 313936c

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.3"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/mxenabled/binks/compare/3.0.3...4.0.0) (2026-05-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump to gradle 8 and java 21
9+
10+
### Features
11+
12+
* bump to gradle 8 and java 21 ([84cdaff](https://github.com/mxenabled/binks/commit/84cdaff7cc5645254db2d33436f230a7f629ed90))
13+
314
## [3.0.3](https://github.com/mxenabled/binks/compare/3.0.2...3.0.3) (2026-02-27)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Binks is hosted via [JitPack](https://jitpack.io/p/mxenabled/binks).
1414
_build.gradle_:
1515
```groovy
1616
plugins {
17-
id: "com.github.mxenabled.binks" version "3.0.3"
17+
id: "com.github.mxenabled.binks" version "4.0.0"
1818
}
1919
2020
allprojects {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group "com.mx.binks"
13-
version "3.0.3" // x-release-please-version
13+
version "4.0.0" // x-release-please-version
1414

1515
java {
1616
toolchain {

0 commit comments

Comments
 (0)