From 763ddf8296024ca8ed1cac4f4792d277f3e0c98a Mon Sep 17 00:00:00 2001 From: devspexx <46614224+devspexx@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:25:46 +0200 Subject: [PATCH] refactor: bumped version from 1.3.0 to 1.3.1 --- pom.xml | 2 +- src/main/resources/paper-plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7cbf06c..e125ec2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.spexx ConfigurationAPI - 1.3.0 + 1.3.1 jar ConfigurationAPI diff --git a/src/main/resources/paper-plugin.yml b/src/main/resources/paper-plugin.yml index 1cb0c15..c2f7a85 100644 --- a/src/main/resources/paper-plugin.yml +++ b/src/main/resources/paper-plugin.yml @@ -1,6 +1,6 @@ name: ConfigurationAPI description: "Lightweight YAML config API with automatic reload and event-driven updates." -version: '1.3.0' +version: '1.3.1' main: dev.spexx.configurationAPI.ConfigurationAPI bootstrapper: dev.spexx.configurationAPI.bootstrap.ConfigurationBootstrap