Skip to content

Commit 3418780

Browse files
committed
Update README.md
Iteration for next release
1 parent 49f622d commit 3418780

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@
77

88

99
## Demo
10-
* [1.5.0 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
11-
* [1.5.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
10+
* [1.5.1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/)
11+
* [1.6.0 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/)
1212

1313
## Documentation
1414
Support documentation can be found [here](https://github.com/GwtMaterialDesign/gwt-material/wiki) <br/>
1515
We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs" > Java Docs </a> for developers
1616

1717

1818
## Maven
19-
### Current Version 1.5.0
19+
### Current Version 1.5.1
2020
```xml
2121
<dependency>
2222
<groupId>com.github.gwtmaterialdesign</groupId>
2323
<artifactId>gwt-material</artifactId>
24-
<version>1.5.0</version>
24+
<version>1.5.1</version>
2525
</dependency>
2626
```
27-
### Snapshot Version 1.5.1-SNAPSHOT
27+
### Snapshot Version 1.6.0-SNAPSHOT
2828
```xml
2929
<dependency>
3030
<groupId>com.github.gwtmaterialdesign</groupId>
3131
<artifactId>gwt-material</artifactId>
32-
<version>1.5.1-SNAPSHOT</version>
32+
<version>1.6.0-SNAPSHOT</version>
3333
</dependency>
3434
```
3535

0 commit comments

Comments
 (0)