|
11 | 11 | - [PWA Support](https://github.com/GwtMaterialDesign/gwt-material/wiki/PWA-:-Service-Worker-Automation) |
12 | 12 |
|
13 | 13 | ## Demo |
14 | | -* [2.0.1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/) |
15 | | -* [2.1 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/) |
| 14 | +* [2.1 Release Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/) |
| 15 | +* [2.2 Snapshot Demo](http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/) |
16 | 16 |
|
17 | 17 | ## Documentation |
18 | 18 | Support documentation can be found [here](https://github.com/GwtMaterialDesign/gwt-material/wiki) <br/> |
19 | 19 | We created <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs" > Java Docs </a> for developers |
20 | 20 |
|
21 | 21 |
|
22 | 22 | ## Maven |
23 | | -### Current Version 2.0.1 |
| 23 | +### Current Version 2.1 |
24 | 24 | ```xml |
25 | 25 | <dependency> |
26 | 26 | <groupId>com.github.gwtmaterialdesign</groupId> |
27 | 27 | <artifactId>gwt-material</artifactId> |
28 | | - <version>2.0.1</version> |
| 28 | + <version>2.1</version> |
29 | 29 | </dependency> |
30 | 30 | ``` |
31 | | -### Snapshot Version 2.1-SNAPSHOT |
| 31 | +### Snapshot Version 2.2-SNAPSHOT |
32 | 32 | ```xml |
33 | 33 | <dependency> |
34 | 34 | <groupId>com.github.gwtmaterialdesign</groupId> |
35 | 35 | <artifactId>gwt-material</artifactId> |
36 | | - <version>2.1-SNAPSHOT</version> |
| 36 | + <version>2.2-SNAPSHOT</version> |
37 | 37 | </dependency> |
38 | 38 | ``` |
39 | 39 |
|
@@ -61,6 +61,7 @@ Please follow the [contribution document](https://github.com/GwtMaterialDesign/g |
61 | 61 | <li><a href="https://github.com/GwtMaterialDesign/gwt-material-themes" >Themes</a></li> |
62 | 62 | <li><a href="https://github.com/GwtMaterialDesign/gwt-material-jquery" >JQuery</a></li> |
63 | 63 | <li><a href="https://github.com/GwtMaterialDesign/gwt-material-table" >Table</a></li> |
| 64 | + <li><a href="https://github.com/GwtMaterialDesign/gwt-material-amcharts" >AmCharts</a></li> |
64 | 65 | <li><a href="https://github.com/GwtMaterialDesign/gwt-material-demo" >Demo</a></li> |
65 | 66 | <li><a href="https://github.com/GwtMaterialDesign/gwt-material-demo-errai" >Errai Demo</a></li> |
66 | 67 | <li><a href="https://github.com/GwtMaterialDesign/gwt-material-template" >Starter</a></li> |
|
0 commit comments