Skip to content

Commit

Permalink
Merge pull request #14 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 edcbb12 + 3da83c4 commit 07a1418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ AmCharts V4 Official Documentation can be found [here](https://www.amcharts.com/


## Maven
### Current Version 2.4.0-rc2
### Current Version 2.4.0
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-am4charts</artifactId>
<version>2.4.0-rc2</version>
<version>2.4.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-am4charts</artifactId>
<version>2.4.0-rc2</version>
<version>2.4.0</version>
<packaging>gwt-lib</packaging>

<name>Gwt Material AmCharts V4</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</connection>
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material</url>
<tag>v2.4.0-rc2</tag>
<tag>v2.4.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 07a1418

Please sign in to comment.