Skip to content

Commit bb19afc

Browse files
committed
Update @SInCE annotations to 0.12.0 in FabricMetrics
1 parent c063d91 commit bb19afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fabric/src/main/java/dev/faststats/fabric/FabricMetrics.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
/**
88
* Fabric metrics implementation.
99
*
10-
* @since 0.13.0
10+
* @since 0.12.0
1111
*/
1212
public sealed interface FabricMetrics extends Metrics permits FabricMetricsImpl {
1313
/**
1414
* Creates a new metrics factory for Fabric.
1515
*
1616
* @return the metrics factory
17-
* @since 0.13.0
17+
* @since 0.12.0
1818
*/
1919
@Contract(pure = true)
2020
static Factory factory() {
@@ -32,7 +32,7 @@ interface Factory extends Metrics.Factory<String, Factory> {
3232
* @throws IllegalStateException if the token is not specified
3333
* @throws IllegalArgumentException if the mod is not found
3434
* @see #token(String)
35-
* @since 0.13.0
35+
* @since 0.12.0
3636
*/
3737
@Override
3838
@Async.Schedule

0 commit comments

Comments
 (0)