Skip to content

Commit 75a74db

Browse files
committed
Bump version to 0.12.0
1 parent 63f3554 commit 75a74db

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.11.1
1+
version=0.12.0

sponge/src/main/java/dev/faststats/sponge/SpongeMetrics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Sponge metrics implementation.
1212
*
13-
* @since 0.1.0
13+
* @since 0.12.0
1414
*/
1515
public sealed interface SpongeMetrics extends Metrics permits SpongeMetricsImpl {
1616
final class Factory extends SpongeMetricsImpl.Factory {
@@ -20,7 +20,7 @@ final class Factory extends SpongeMetricsImpl.Factory {
2020
* @param logger the logger
2121
* @param dataDirectory the data directory
2222
* @apiNote This instance is automatically injected into your plugin.
23-
* @since 0.1.0
23+
* @since 0.12.0
2424
*/
2525
@Inject
2626
private Factory(Logger logger, @ConfigDir(sharedRoot = true) Path dataDirectory) {

0 commit comments

Comments
 (0)