Skip to content

Commit

Permalink
Merge pull request #5 from GwtMaterialDesign/release_1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
kevzlou7979 committed Jun 3, 2016
2 parents e92a7cc + 976f2df commit 58459df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-patterns</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>

```
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>gwt-material-patterns</artifactId>
<version>1.0</version>
<version>1.1</version>

<packaging>war</packaging>
<name>GWTP Patterns</name>
Expand All @@ -19,7 +19,7 @@
<gwt.version>2.7.0</gwt.version>
<gwtp.version>1.5.3</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>1.5.1-SNAPSHOT</gwt-material.version>
<gwt-material.version>1.5.1</gwt-material.version>
<gwt.style>OBF</gwt.style>

<!-- maven -->
Expand Down

0 comments on commit 58459df

Please sign in to comment.