version 1.4

This commit is contained in:
Robinson 2023-08-19 15:52:51 +02:00
parent 76c9797c01
commit 452a71d75a
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>PropertyLoader</artifactId> <artifactId>PropertyLoader</artifactId>
<version>1.3</version> <version>1.4</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

@ -33,7 +33,7 @@ object Extras {
// set for the project // set for the project
const val description = "Property annotation and loader for fields" const val description = "Property annotation and loader for fields"
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "1.3" const val version = "1.4"
// set as project.ext // set as project.ext
const val name = "PropertyLoader" const val name = "PropertyLoader"