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 8b25a90 + 09f7748 commit 88378ae
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 @@ -6,12 +6,12 @@

Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material <br>

## Current Version 2.8.0
## Current Version 2.8.1
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-addins</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 @@ -5,7 +5,7 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.8.0</version>
<version>2.8.1</version>
</parent>

<artifactId>gwt-material-addins</artifactId>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</connection>
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material-addins</url>
<tag>v2.8.0</tag>
<tag>v2.8.1</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 88378ae

Please sign in to comment.