updated version

master Version_14.9.1
Robinson 2023-01-21 16:30:07 +01:00
parent 3220aa761e
commit de5fac04bc
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>VaadinUndertow</artifactId>
<version>14.9</version>
<version>14.9.1</version>
</dependency>
</dependencies>
```
@ -33,7 +33,7 @@ Gradle Info
```
dependencies {
...
implementation "com.dorkbox:VaadinUndertow:14.9"
implementation "com.dorkbox:VaadinUndertow:14.9.1"
}
````

View File

@ -42,7 +42,7 @@ object Extras {
const val name = "VaadinUndertow"
const val id = "VaadinUndertow"
const val version = "14.9"
const val version = "14.9.1"
const val vendor = "Dorkbox LLC"
const val vendorUrl = "https://dorkbox.com"

View File

@ -64,7 +64,7 @@ class VaadinApplication : ExceptionHandler {
/**
* Gets the version number.
*/
const val version = "14.9"
const val version = "14.9.1"
// this must match the version information in the build.gradle.kts file (this is automatically passed into the plugin)
const val vaadinVersion = "14.9.4"