We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f3554 commit 75a74dbCopy full SHA for 75a74db
2 files changed
gradle.properties
@@ -1 +1 @@
1
-version=0.11.1
+version=0.12.0
sponge/src/main/java/dev/faststats/sponge/SpongeMetrics.java
@@ -10,7 +10,7 @@
10
/**
11
* Sponge metrics implementation.
12
*
13
- * @since 0.1.0
+ * @since 0.12.0
14
*/
15
public sealed interface SpongeMetrics extends Metrics permits SpongeMetricsImpl {
16
final class Factory extends SpongeMetricsImpl.Factory {
@@ -20,7 +20,7 @@ final class Factory extends SpongeMetricsImpl.Factory {
20
* @param logger the logger
21
* @param dataDirectory the data directory
22
* @apiNote This instance is automatically injected into your plugin.
23
24
25
@Inject
26
private Factory(Logger logger, @ConfigDir(sharedRoot = true) Path dataDirectory) {
0 commit comments