Skip to content

Commit

Permalink
update API
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAF committed Jan 9, 2024
1 parent 5b28b84 commit 8c85637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}

dependencies {
compileOnly("net.ouja:api:23w51b-R0.2-SNAPSHOT")
compileOnly("net.ouja:api:23w51b-R0.3-SNAPSHOT")
implementation 'it.unimi.dsi:fastutil:8.5.12'
}
```
Expand All @@ -41,7 +41,7 @@ Maven
<dependency>
<groupId>net.ouja</groupId>
<artifactId>api</artifactId>
<version>23w51b-R0.2-SNAPSHOT</version>
<version>23w51b-R0.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions dish/libraries/23w51b.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "23w51b",
"api_version": "R0.2-SNAPSHOT",
"api_version": "R0.3-SNAPSHOT",
"libraries": [
{
"downloads": {
Expand All @@ -11,10 +11,10 @@
},
{
"downloads": {
"url": "https://maven.ouja.net/net/ouja/api/23w51b-R0.2-SNAPSHOT/api-23w51b-R0.2-20240109.114901-3.jar",
"path": "net/ouja/api/23w51b/23w51b-R0.2-SNAPSHOT.jar"
"url": "https://maven.ouja.net/net/ouja/api/23w51b-R0.3-SNAPSHOT/api-23w51b-R0.3-20240109.123032-1.jar",
"path": "net/ouja/api/23w51b/23w51b-R0.3-SNAPSHOT.jar"
},
"name": "net.ouja:api:23w51b-R0.2-SNAPSHOT"
"name": "net.ouja:api:23w51b-R0.3-SNAPSHOT"
}
]
}

0 comments on commit 8c85637

Please sign in to comment.