Version 1.5

master Version_1.5
Robinson 2023-12-18 14:16:30 +01:00
parent 05f44dd222
commit a1e19d5f0c
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 3 additions and 3 deletions

View File

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

View File

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