9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

prepare for 1.21

This commit is contained in:
NONPLAYT
2024-06-17 15:03:30 +03:00
parent 50bb4ff2c2
commit b5cd303591
62 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ All other files are licensed under MIT.
[![bStats](https://bstats.org/signatures/server-implementation/DivineMC.svg)](https://bstats.org/plugin/server-implementation/DivineMC) [![bStats](https://bstats.org/signatures/server-implementation/DivineMC.svg)](https://bstats.org/plugin/server-implementation/DivineMC)
## API ## API
### [Javadoc](https://repo.bx-team.space/javadoc/snapshots/space/bxteam/divinemc/divinemc-api/1.20.6-R0.1-SNAPSHOT) ### [Javadoc](https://repo.bx-team.space/javadoc/snapshots/space/bxteam/divinemc/divinemc-api/1.21-R0.1-SNAPSHOT)
### Dependency Information ### Dependency Information
@@ -52,7 +52,7 @@ All other files are licensed under MIT.
<dependency> <dependency>
<groupId>space.bxteam.divinemc</groupId> <groupId>space.bxteam.divinemc</groupId>
<artifactId>divinemc-api</artifactId> <artifactId>divinemc-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version> <version>1.21-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@@ -65,7 +65,7 @@ repositories {
``` ```
```groovy ```groovy
dependencies { dependencies {
compileOnly("space.bxteam.divinemc:divinemc-api:1.20.6-R0.1-SNAPSHOT") compileOnly("space.bxteam.divinemc:divinemc-api:1.21-R0.1-SNAPSHOT")
} }
``` ```

View File

@@ -1,7 +1,7 @@
group = space.bxteam.divinemc group = space.bxteam.divinemc
mcVersion = 1.20.6 mcVersion = 1.21
version = 1.20.6-R0.1-SNAPSHOT version = 1.21-R0.1-SNAPSHOT
purpurRef = f1c87e4fee9a8e7d513f9e284d402a21fd73ec3a purpurRef = f1c87e4fee9a8e7d513f9e284d402a21fd73ec3a
org.gradle.caching = true org.gradle.caching = true