Skip to content

Commit

Permalink
chore(release): 1.1.0-alpha.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-alpha.5](v1.1.0-alpha.4...v1.1.0-alpha.5) (2024-06-01)

### Features

* Initial 1.20.5 Support ([#1](#1)) ([82c1de8](82c1de8))
  • Loading branch information
semantic-release-bot committed Jun 1, 2024
1 parent ec5fccc commit cb044d9
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.5](https://github.com/GeorgeV220/ParticleLib/compare/v1.1.0-alpha.4...v1.1.0-alpha.5) (2024-06-01)


### Features

* Initial 1.20.5 Support ([#1](https://github.com/GeorgeV220/ParticleLib/issues/1)) ([82c1de8](https://github.com/GeorgeV220/ParticleLib/commit/82c1de8e794a48f5758be1563407aa69052ec9bd))

# [1.1.0-alpha.4](https://github.com/GeorgeV220/ParticleLib/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (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.4</version>
<version>1.1.0-alpha.5</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.4'
implementation 'com.georgev22:particle:1.1.0-alpha.5'
}
```

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.4
version = 1.1.0-alpha.5
mcVersion = 1.20.5

0 comments on commit cb044d9

Please sign in to comment.