66<br />
77
88## Demo
9- * [ 1.6.0 Release Demo] ( http://gwtmaterialdesign.github.io/gwt-material-demo/ )
10- * [ 2.0 Snapshot Demo] ( http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/ )
9+ * [ 2.0-rc1 Release Demo] ( http://gwtmaterialdesign.github.io/gwt-material-demo/ )
10+ * [ 2.1 Snapshot Demo] ( http://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/ )
1111
1212## Documentation
1313Support documentation can be found [ here] ( https://github.com/GwtMaterialDesign/gwt-material/wiki ) <br />
1414We created <a href =" http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs " > Java Docs </a > for developers
1515
1616
1717## Maven
18- ### Current Version 1.6.2
18+ ### Current Version 2.0-rc1
1919``` xml
2020<dependency >
2121 <groupId >com.github.gwtmaterialdesign</groupId >
2222 <artifactId >gwt-material</artifactId >
23- <version >1.6.2 </version >
23+ <version >2.0-rc1 </version >
2424</dependency >
2525```
26- ### Snapshot Version 2.0 -SNAPSHOT
26+ ### Snapshot Version 2.1 -SNAPSHOT
2727``` xml
2828<dependency >
2929 <groupId >com.github.gwtmaterialdesign</groupId >
3030 <artifactId >gwt-material</artifactId >
31- <version >2.0 -SNAPSHOT</version >
31+ <version >2.1 -SNAPSHOT</version >
3232</dependency >
3333```
3434
@@ -37,6 +37,7 @@ You can find lists of features by version <a href="https://github.com/GwtMateria
3737
3838### Migration
3939[ Migrating from 1.3 to 1.4] ( https://github.com/GwtMaterialDesign/gwt-material/wiki/Migrating-from-1.3-to-1.4 )
40+ [ Migrating from 1.x to 2.0] ( https://github.com/GwtMaterialDesign/gwt-material/wiki/2.0---API-Changes )
4041
4142## License
4243[ Apache 2.0 License] ( https://github.com/GwtMaterialDesign/gwt-material/blob/master/LICENSE )
@@ -53,7 +54,10 @@ Please follow the [contribution document](https://github.com/GwtMaterialDesign/g
5354<ul >
5455 <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-addins " >Addins</a ></li >
5556 <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-themes " >Themes</a ></li >
57+ <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-jquery " >JQuery</a ></li >
58+ <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-table " >Table</a ></li >
5659 <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-demo " >Demo</a ></li >
60+ <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-demo-errai " >Errai Demo</a ></li >
5761 <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-template " >Starter</a ></li >
5862 <li ><a href =" https://github.com/GwtMaterialDesign/gwt-material-patterns " >Patterns</a ></li >
5963</ul >
0 commit comments