Skip to content

Commit 5626e96

Browse files
committed
Update version to 0.9.0 and modify HytaleMetrics interface
1 parent 8f49c85 commit 5626e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.8.1
1+
version=0.9.0

hytale/src/main/java/dev/faststats/hytale/HytaleMetrics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
/**
88
* Hytale metrics implementation.
99
*
10-
* @since 0.1.0
10+
* @since 0.9.0
1111
*/
1212
public sealed interface HytaleMetrics extends Metrics permits HytaleMetricsImpl {
1313
/**
1414
* Creates a new metrics factory for Hytale.
1515
*
1616
* @return the metrics factory
17-
* @since 0.1.0
17+
* @since 0.9.0
1818
*/
1919
@Contract(pure = true)
2020
static Metrics.Factory<JavaPlugin> factory() {

0 commit comments

Comments
 (0)