diff --git a/README.md b/README.md index 0e72672f4..39749833e 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ About You can check out brand new demo application - -[![DemoApplication](./screenshots/demo.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.11/weblaf-demo-1.2.11-jar-with-dependencies.jar) +[![DemoApplication](./screenshots/demo.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.12/weblaf-demo-1.2.12-jar-with-dependencies.jar) -[![DemoApplication](./screenshots/demo-dark.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.11/weblaf-demo-1.2.11-jar-with-dependencies.jar) +[![DemoApplication](./screenshots/demo-dark.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.12/weblaf-demo-1.2.12-jar-with-dependencies.jar) -It is an [executable JAR](https://github.com/mgarin/weblaf/releases/download/v1.2.11/weblaf-demo-1.2.11-jar-with-dependencies.jar) which you can run if you have JRE 6 or higher installed. +It is an [executable JAR](https://github.com/mgarin/weblaf/releases/download/v1.2.12/weblaf-demo-1.2.12-jar-with-dependencies.jar) which you can run if you have JRE 6 or higher installed. **Features** @@ -49,12 +49,12 @@ If you are working with a Maven project you can add WebLaF dependency like this: com.weblookandfeel weblaf-ui - 1.2.11 + 1.2.12 ``` You can also use `RELEASE` or `LATEST` version instead of specific one. -Full list of modules/artifacts available in v1.2.11: +Full list of modules/artifacts available in v1.2.12: - `weblaf-core` - Module containing all basic managers, interfaces and classes - `weblaf-ui` - Module containing all components, UIs, painters, skins, managers and anything related to them diff --git a/modules/core/pom.xml b/modules/core/pom.xml index c82b67428..aeb151f56 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -5,7 +5,7 @@ com.weblookandfeel weblaf-parent - 1.2.12-SNAPSHOT + 1.2.12 ../../ diff --git a/modules/demo/pom.xml b/modules/demo/pom.xml index 3ab54e5f0..ce336d0d9 100644 --- a/modules/demo/pom.xml +++ b/modules/demo/pom.xml @@ -5,7 +5,7 @@ com.weblookandfeel weblaf-parent - 1.2.12-SNAPSHOT + 1.2.12 ../../ diff --git a/modules/ninepatch-editor/pom.xml b/modules/ninepatch-editor/pom.xml index aac0bcc30..e6b7028b2 100644 --- a/modules/ninepatch-editor/pom.xml +++ b/modules/ninepatch-editor/pom.xml @@ -5,7 +5,7 @@ com.weblookandfeel weblaf-parent - 1.2.12-SNAPSHOT + 1.2.12 ../../ diff --git a/modules/plugin/pom.xml b/modules/plugin/pom.xml index 0214ee279..1b58596a1 100644 --- a/modules/plugin/pom.xml +++ b/modules/plugin/pom.xml @@ -5,7 +5,7 @@ com.weblookandfeel weblaf-parent - 1.2.12-SNAPSHOT + 1.2.12 ../../ diff --git a/modules/ui/pom.xml b/modules/ui/pom.xml index f0fc569ef..258a44f0d 100644 --- a/modules/ui/pom.xml +++ b/modules/ui/pom.xml @@ -5,7 +5,7 @@ com.weblookandfeel weblaf-parent - 1.2.12-SNAPSHOT + 1.2.12 ../../ diff --git a/pom.xml b/pom.xml index 590cec606..0d4aae2fa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.weblookandfeel weblaf-parent - 1.2.12-SNAPSHOT + 1.2.12 pom WebLaF diff --git a/screenshots/demo-dark.png b/screenshots/demo-dark.png index ed50532a6..69b3996e7 100644 Binary files a/screenshots/demo-dark.png and b/screenshots/demo-dark.png differ diff --git a/screenshots/demo.png b/screenshots/demo.png index 9f706c787..1f4a89661 100644 Binary files a/screenshots/demo.png and b/screenshots/demo.png differ