Skip to content

Commit

Permalink
Merge branch 'release_2.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Sep 22, 2023
2 parents 1d744cf + e27c92e commit f298080
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.8.0
### Current Version 2.8.1
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-am4charts</artifactId>
<version>2.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</version>
<packaging>gwt-lib</packaging>

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

<licenses>
Expand Down

0 comments on commit f298080

Please sign in to comment.