updated version

master Version_1.3
Robinson 2023-01-25 21:15:05 +01:00
parent 0c83ad6833
commit 0c015f79d9
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SwingActiveRender</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
</dependencies>
```
@ -23,7 +23,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:SwingActiveRender:1.2")
implementation("com.dorkbox:SwingActiveRender:1.3")
}
```

View File

@ -36,7 +36,7 @@ object Extras {
// set for the project
const val description = "Active Renderer for Swing"
const val group = "com.dorkbox"
const val version = "1.2"
const val version = "1.3"
// set as project.ext
const val name = "SwingActiveRender"

View File

@ -46,7 +46,7 @@ object SwingActiveRender {
/**
* Gets the version number.
*/
val version = "1.2"
const val version = "1.3"
init {
// Add this project to the updates system, which verifies this class + UUID + version information