Bump version

This commit is contained in:
mkpaz 2023-06-17 15:31:28 +04:00
parent 5c0dd33715
commit 2a670eb671
5 changed files with 7 additions and 7 deletions

@ -55,7 +55,7 @@ Maven:
<dependency>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-base</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```
@ -67,7 +67,7 @@ repositories {
}
dependencies {
implementation 'io.github.mkpaz:atlantafx-base:2.0.0'
implementation 'io.github.mkpaz:atlantafx-base:2.0.1'
}
```

@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>atlantafx-base</artifactId>

@ -7,7 +7,7 @@
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>AtlantaFX</name>
<description>JavaFX CSS theme collection plus additional controls</description>
@ -65,7 +65,7 @@
<app.name>AtlantaFX</app.name>
<!-- DO NOT use ${project.version} as jpackage will fail on
Windows when using '-SNAPSHOT' suffix -->
<app.version>2.0.0</app.version>
<app.version>2.0.1</app.version>
<lib.commons-lang.version>3.12.0</lib.commons-lang.version>
<lib.cssfx.version>11.5.1</lib.cssfx.version>

@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>atlantafx-sampler</artifactId>

@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>atlantafx-styles</artifactId>