Skip to content

Commit

Permalink
chore(release): 1.1.0-alpha.4 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-alpha.4](v1.1.0-alpha.3...v1.1.0-alpha.4) (2023-12-24)

### Features

* Add ParticleEffect.getParticle(String) and ParticleEffect.CONSTANT.getFieldNameMapper() ([0a75319](0a75319))
  • Loading branch information
semantic-release-bot committed Dec 24, 2023
1 parent 0a75319 commit c2e1b35
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.1.0-alpha.4](https://github.com/GeorgeV220/ParticleLib/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2023-12-24)


### Features

* Add ParticleEffect.getParticle(String) and ParticleEffect.CONSTANT.getFieldNameMapper() ([0a75319](https://github.com/GeorgeV220/ParticleLib/commit/0a7531923fe84911fabf22b90e6689cfad198ea6))

# [1.1.0-alpha.3](https://github.com/GeorgeV220/ParticleLib/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2023-12-24)


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-alpha.3</version>
<version>1.1.0-alpha.4</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-alpha.3'
implementation 'com.georgev22:particle:1.1.0-alpha.4'
}
```

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-alpha.3
version = 1.1.0-alpha.4
mcVersion = 1.20

0 comments on commit c2e1b35

Please sign in to comment.