updated version

master
Robinson 2023-01-25 02:15:14 +01:00
parent 13997c59a6
commit fc1ada47aa
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.0</version>
<version>1.1</version>
</dependency>
</dependencies>
```

View File

@ -35,7 +35,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.0"
const val version = "1.1"
// set as project.ext
const val name = "PropertyLoader"