Skip to content

Commit

Permalink
chore: publish 1.0.0-ALPHA-20250103
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Jan 3, 2025
1 parent 19a6139 commit e7433a9
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 @@ -22,7 +22,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-227-api:1.0.0-ALPHA-20241228")
implementation("net.rsprot:osrs-227-api:1.0.0-ALPHA-20250103")
```

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 @@ -17,7 +17,7 @@ plugins {

allprojects {
group = "net.rsprot"
version = "1.0.0-ALPHA-20241228"
version = "1.0.0-ALPHA-20250103"

repositories {
mavenCentral()
Expand Down

0 comments on commit e7433a9

Please sign in to comment.