Skip to content

Commit

Permalink
chore: publish 1.0.0-ALPHA-20240906
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Sep 6, 2024
1 parent 1be533b commit 9f35542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In order to add it to your server, add the below line under dependencies
in your build.gradle.kts.

```kts
implementation("net.rsprot:osrs-224-api:1.0.0-ALPHA-20240830")
implementation("net.rsprot:osrs-224-api:1.0.0-ALPHA-20240906")
```

An in-depth tutorial on how to implement it will be added into this read-me
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {

allprojects {
group = "net.rsprot"
version = "1.0.0-ALPHA-20240830"
version = "1.0.0-ALPHA-20240906"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9f35542

Please sign in to comment.