Version 1.5

This commit is contained in:
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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>SwingActiveRender</artifactId> <artifactId>SwingActiveRender</artifactId>
<version>1.4</version> <version>1.5</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -23,7 +23,7 @@ Gradle Info
``` ```
dependencies { 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 // set for the project
const val description = "Active Renderer for Swing" const val description = "Active Renderer for Swing"
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "1.4" const val version = "1.5"
// set as project.ext // set as project.ext
const val name = "SwingActiveRender" const val name = "SwingActiveRender"