From fff3807b661ec1ca1cbf54409275a840e12e7233 Mon Sep 17 00:00:00 2001 From: Mark Kevin Baldemor Date: Tue, 11 Aug 2020 05:49:54 +0800 Subject: [PATCH 1/2] Revert back to GMD 2.4.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5888c131..a6d4684a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.4.0-rc2 + 2.4.0-SNAPSHOT gwt-material-table From cb25f66a1044d455f55042d350c952d84eaf4a15 Mon Sep 17 00:00:00 2001 From: Mark Kevin Baldemor Date: Mon, 17 Aug 2020 10:02:36 +0800 Subject: [PATCH 2/2] Preparation for 2.4.0 official release. --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4139f876..4ebd90d2 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ A complex table component designed for the material design specifications! Support documentation can be found [here](https://github.com/GwtMaterialDesign/gwt-material-table/wiki) ## Maven -Current Version 2.4.0-rc2 +Current Version 2.4.0 ```xml com.github.gwtmaterialdesign gwt-material-table - 2.4.0-rc2 + 2.4.0 ``` diff --git a/pom.xml b/pom.xml index a6d4684a..1f8f5c05 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.4.0-SNAPSHOT + 2.4.0 gwt-material-table