Skip to content

Commit dd7fb3f

Browse files
committed
chore: publish 1.0.0-ALPHA-20250902
1 parent a03ac93 commit dd7fb3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In order to add it to your server, add the below line under dependencies
1616
in your build.gradle.kts.
1717

1818
```kts
19-
implementation("net.rsprot:osrs-232-api:1.0.0-ALPHA-20250811")
19+
implementation("net.rsprot:osrs-232-api:1.0.0-ALPHA-20250902")
2020
```
2121

2222
An in-depth tutorial on how to implement it will be added into this read-me

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
allprojects {
1818
group = "net.rsprot"
19-
version = "1.0.0-ALPHA-20250811"
19+
version = "1.0.0-ALPHA-20250902"
2020

2121
repositories {
2222
mavenCentral()

0 commit comments

Comments
 (0)