Skip to content

Commit

Permalink
chore: publish 1.0.0-ALPHA-20250122
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Jan 22, 2025
1 parent ebc57ce commit ee0f095
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 @@ -23,7 +23,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-228-api:1.0.0-ALPHA-20250117")
implementation("net.rsprot:osrs-228-api:1.0.0-ALPHA-20250122")
```

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

allprojects {
group = "net.rsprot"
version = "1.0.0-ALPHA-20250117"
version = "1.0.0-ALPHA-20250122"

repositories {
mavenCentral()
Expand Down

0 comments on commit ee0f095

Please sign in to comment.