Skip to content

Commit

Permalink
Merge pull request #197 from GwtMaterialDesign/release_2.4.0
Browse files Browse the repository at this point in the history
Official 2.4.0 Release
  • Loading branch information
kevzlou7979 authored Aug 17, 2020
2 parents dcaabf2 + cb25f66 commit 7c3a888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-table</artifactId>
<version>2.4.0-rc2</version>
<version>2.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.4.0-rc2</version>
<version>2.4.0</version>
</parent>

<artifactId>gwt-material-table</artifactId>
Expand Down

0 comments on commit 7c3a888

Please sign in to comment.