Skip to content

Commit

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

### Bug Fixes

* fix some max values in mappings.json ([1871daf](1871daf))
  • Loading branch information
semantic-release-bot committed Dec 24, 2023
1 parent 1871daf commit 464bf73
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.2](https://github.com/GeorgeV220/ParticleLib/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2023-12-24)


### Bug Fixes

* fix some max values in mappings.json ([1871daf](https://github.com/GeorgeV220/ParticleLib/commit/1871daf18dd6fda49c081d18a7537350539701b8))

# [1.1.0-alpha.1](https://github.com/GeorgeV220/ParticleLib/compare/v1.0.0...v1.1.0-alpha.1) (2023-06-20)


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

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.1
version = 1.1.0-alpha.2
mcVersion = 1.20

0 comments on commit 464bf73

Please sign in to comment.