Skip to content

Commit

Permalink
chore(release): 9.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.9.1](v9.9.0...v9.9.1) (2023-04-18)

### Bug Fixes

* **build:** Fixed build warnings and errors ([b896713](b896713))
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent ab7269b commit b4854a5
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 @@
## [9.9.1](https://github.com/GeorgeV220/API/compare/v9.9.0...v9.9.1) (2023-04-18)


### Bug Fixes

* **build:** Fixed build warnings and errors ([b896713](https://github.com/GeorgeV220/API/commit/b8967137af61575b067bbdef70b46723d3bb2b74))

# [9.9.0](https://github.com/GeorgeV220/API/compare/v9.8.0...v9.9.0) (2023-04-18)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can have your project depend on MartexLibrary as a dependency through the fo
<dependency>
<groupId>com.georgev22.library</groupId>
<artifactId>{artifact}</artifactId>
<version>9.9.0</version>
<version>9.9.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
compileOnly "com.georgev22.library:{artifact}:9.9.0:all"
compileOnly "com.georgev22.library:{artifact}:9.9.1:all"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ group = com.georgev22.library
libName = MartexLibrary
author = GeorgeV22
mcVersion = 1.19.2
version = 9.9.0
version = 9.9.1

0 comments on commit b4854a5

Please sign in to comment.