Skip to content

Commit d377b8f

Browse files
github-actions[bot]stevecl5
authored andcommitted
chore(master): release 3.0.2
1 parent a85adda commit d377b8f

4 files changed

Lines changed: 11 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.1"
2+
".": "3.0.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [3.0.2](https://github.com/mxenabled/binks/compare/3.0.1...3.0.2) (2026-02-26)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* add release please ([a85adda](https://github.com/mxenabled/binks/commit/a85addacb4a9ec37c6da7e4de6c416df3cd37bed))

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.1"
17+
id: "com.github.mxenabled.binks" version "3.0.2"
1818
}
1919
2020
allprojects {

build.gradle

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

1313
group "com.mx.binks"
14-
version "3.0.1" // x-release-please-version
14+
version "3.0.2" // x-release-please-version
1515
sourceCompatibility = JavaVersion.VERSION_17
1616
targetCompatibility = JavaVersion.VERSION_17
1717

0 commit comments

Comments
 (0)