Skip to content

Commit 5ca0d03

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2025-12-28) ### Bug Fixes * **ParticlePacket:** enforce new packet constructor for 1.21.4 and above instead of 1.21.5 ([f562f54](f562f54))
1 parent f562f54 commit 5ca0d03

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.1](https://github.com/GeorgeV220/ParticleLib/compare/v1.6.0...v1.6.1) (2025-12-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **ParticlePacket:** enforce new packet constructor for 1.21.4 and above instead of 1.21.5 ([f562f54](https://github.com/GeorgeV220/ParticleLib/commit/f562f54c8b9e055c95e4ed34e66fa7a94989624b))
7+
18
# [1.6.0](https://github.com/GeorgeV220/ParticleLib/compare/v1.5.0...v1.6.0) (2025-12-23)
29

310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The latest version <img src="https://img.shields.io/github/v/release/GeorgeV220/
4949
<dependency>
5050
<groupId>com.georgev22</groupId>
5151
<artifactId>particle</artifactId>
52-
<version>1.6.0</version>
52+
<version>1.6.1</version>
5353
</dependency>
5454
</dependencies>
5555
```
@@ -58,7 +58,7 @@ The latest version <img src="https://img.shields.io/github/v/release/GeorgeV220/
5858

5959
```groovy
6060
dependencies {
61-
implementation 'com.georgev22:particle:1.6.0'
61+
implementation 'com.georgev22:particle:1.6.1'
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ group = com.georgev22
22
artifact = particle
33
description = ParticleLib
44
author = GeorgeV22
5-
version = 1.6.0
5+
version = 1.6.1
66
mcVersion = 1.21.11

0 commit comments

Comments
 (0)