Skip to content

Commit 9298a8f

Browse files
committed
Bump version to v1.21.0 for release
1 parent 13bd074 commit 9298a8f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Coordinates:
6666

6767
- `groupId`: `nl.hauntedmc.dataprovider`
6868
- `artifactId`: `dataprovider`
69-
- `version`: current release (example: `1.20.4`)
69+
- `version`: current release (example: `1.21.0`)
7070

7171
Repository:
7272

@@ -85,15 +85,15 @@ Maven:
8585
<dependency>
8686
<groupId>nl.hauntedmc.dataprovider</groupId>
8787
<artifactId>dataprovider</artifactId>
88-
<version>1.20.4</version>
88+
<version>1.21.0</version>
8989
<scope>provided</scope>
9090
</dependency>
9191
```
9292

9393
Gradle (Groovy):
9494

9595
```groovy
96-
compileOnly "nl.hauntedmc.dataprovider:dataprovider:1.20.4"
96+
compileOnly "nl.hauntedmc.dataprovider:dataprovider:1.21.0"
9797
```
9898

9999
GitHub Packages authentication details are in the docs.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>nl.hauntedmc.dataprovider</groupId>
88
<artifactId>dataprovider</artifactId>
99
<name>DataProvider</name>
10-
<version>1.20.4</version>
10+
<version>1.21.0</version>
1111
<packaging>jar</packaging>
1212
<description>Plugin-scoped data access layer for Velocity and Bukkit/Paper plugins.</description>
1313
<url>https://github.com/HauntedMC/DataProvider</url>

src/main/java/nl/hauntedmc/dataprovider/platform/velocity/VelocityDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@Plugin(
2222
id = "dataprovider",
2323
name = "DataProvider",
24-
version = "1.20.4",
24+
version = "1.21.0",
2525
description = "A cross-platform data provider plugin.",
2626
authors = {"HauntedMC"}
2727
)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.20.4
1+
v1.21.0

0 commit comments

Comments
 (0)