File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ You can download the latest release .jar from Maven Central using the following
2323
2424* ** groupId**   ;  ;  ; com.github.gwtreact
2525* ** artifactId**   ;  ; gwt-react
26- * ** version**   ;  ;  ; 0.5 .0
26+ * ** version**   ;  ;  ; 0.6 .0
2727
2828## Documentation
2929
@@ -62,6 +62,7 @@ Once the project is stable we will be happy to except pull requests. If you find
6262
6363| Date | Version | Description |
6464| :--- | :--- | :--- |
65+ | 4/29/2017 | 0.6.0 | Support React 15.5, Preact 8.1 and GWT 2.8.1 |
6566| 3/18/2017 | 0.5.0 | Refactored to use more future proof ES6 styled stateful components and added Preact support |
6667| 10/28/2016 | 0.3.0 | Support react 15.3.2 and GWT 2.8 final release |
6768| 6/18/2016 | 0.2.0 | Update to use gwt-interop-utils library |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'signing'
66
77group = ' com.github.gwtreact'
88archivesBaseName = ' gwt-react'
9- version = " 0.5 .0"
9+ version = " 0.6 .0"
1010
1111buildscript {
1212 repositories {
@@ -46,15 +46,15 @@ compileJava{
4646}
4747
4848gwt {
49- gwtVersion " 2.8.0 "
49+ gwtVersion " 2.8.1 "
5050
5151 eclipse. addGwtContainer = false ;
5252
5353 minHeapSize = " 512M" ;
5454 maxHeapSize = " 4096M" ;
5555
5656 dependencies {
57- gwt group : ' com.github.gwtreact' , name : ' gwt-interop-utils' , version : ' 0.3 .0'
57+ gwt group : ' com.github.gwtreact' , name : ' gwt-interop-utils' , version : ' 0.4 .0'
5858 }
5959}
6060
You can’t perform that action at this time.
0 commit comments