Skip to content

Commit 4591b25

Browse files
committed
Bump version to v1.7.2 for release
1 parent 7be684a commit 4591b25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>nl.hauntedmc.dataregistry</groupId>
88
<artifactId>dataregistry</artifactId>
9-
<version>1.7.1</version>
9+
<version>1.7.2</version>
1010
<packaging>jar</packaging>
1111
<name>DataRegistry</name>
1212
<description>Keeps up-to-date player data records, game-state metadata, and related events.</description>

src/main/java/nl/hauntedmc/dataregistry/platform/velocity/VelocityDataRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
@Plugin(
5353
id = "dataregistry",
5454
name = "DataRegistry",
55-
version = "1.7.1",
55+
version = "1.7.2",
5656
description = "DataRegistry for cross-platform data handling.",
5757
authors = {"HauntedMC"},
5858
dependencies = @Dependency(id = "dataprovider")

0 commit comments

Comments
 (0)