Skip to content

Commit

Permalink
Merge pull request #24 from GwtMaterialDesign/release_1.6.0
Browse files Browse the repository at this point in the history
Release 1.6.0 - README update
  • Loading branch information
kevzlou7979 authored Aug 25, 2016
2 parents d43c2e4 + 4b060ad commit 295aad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
#gwt-material-demo [![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo)
Demo application to show the features of the [gwt-material](https://github.com/GwtMaterialDesign/gwt-material) library.

### Release 1.5.3 Demo
### Release 1.6.0 Demo
[http://gwtmaterialdesign.github.io/gwt-material-demo](http://gwtmaterialdesign.github.io/gwt-material-demo)
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-demo</artifactId>
<version>1.5.3</version>
<version>1.6.0</version>
</dependency>
```

### 1.5.2 Snapshot Demo
### 2.0 Snapshot Demo
[http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot)
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-demo</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit 295aad4

Please sign in to comment.