Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-06-22)

### Features

* 1.21 support ([#4](#4)) ([cfc4ead](cfc4ead))
  • Loading branch information
semantic-release-bot committed Jun 22, 2024
1 parent cfc4ead commit d0f6af2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/GeorgeV220/ParticleLib/compare/v1.1.0...v1.2.0) (2024-06-22)


### Features

* 1.21 support ([#4](https://github.com/GeorgeV220/ParticleLib/issues/4)) ([cfc4ead](https://github.com/GeorgeV220/ParticleLib/commit/cfc4ead048c40c8079ea9fbc80aebc5969e98f8f))

# [1.1.0](https://github.com/GeorgeV220/ParticleLib/compare/v1.0.0...v1.1.0) (2024-06-01)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The latest version <img src="https://img.shields.io/github/v/release/GeorgeV220/
<dependency>
<groupId>com.georgev22</groupId>
<artifactId>particle</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
</dependencies>
```
Expand All @@ -58,7 +58,7 @@ The latest version <img src="https://img.shields.io/github/v/release/GeorgeV220/

```groovy
dependencies {
implementation 'com.georgev22:particle:1.1.0'
implementation 'com.georgev22:particle:1.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ group = com.georgev22
artifact = particle
description = ParticleLib
author = GeorgeV22
version = 1.1.0
version = 1.2.0
mcVersion = 1.21

0 comments on commit d0f6af2

Please sign in to comment.