version 1.4

master Version_1.4
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>
<groupId>com.dorkbox</groupId>
<artifactId>PropertyLoader</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
</dependencies>
```

View File

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