File tree 2 files changed +5
-4
lines changed
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
23
23
24
24
* ** groupId**   ;  ;  ; com.github.gwtreact
25
25
* ** artifactId**   ;  ; gwt-react
26
- * ** version**   ;  ;  ; 0.5 .0
26
+ * ** version**   ;  ;  ; 0.6 .0
27
27
28
28
## Documentation
29
29
@@ -62,6 +62,7 @@ Once the project is stable we will be happy to except pull requests. If you find
62
62
63
63
| Date | Version | Description |
64
64
| :--- | :--- | :--- |
65
+ | 4/29/2017 | 0.6.0 | Support React 15.5, Preact 8.1 and GWT 2.8.1 |
65
66
| 3/18/2017 | 0.5.0 | Refactored to use more future proof ES6 styled stateful components and added Preact support |
66
67
| 10/28/2016 | 0.3.0 | Support react 15.3.2 and GWT 2.8 final release |
67
68
| 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'
6
6
7
7
group = ' com.github.gwtreact'
8
8
archivesBaseName = ' gwt-react'
9
- version = " 0.5 .0"
9
+ version = " 0.6 .0"
10
10
11
11
buildscript {
12
12
repositories {
@@ -46,15 +46,15 @@ compileJava{
46
46
}
47
47
48
48
gwt {
49
- gwtVersion " 2.8.0 "
49
+ gwtVersion " 2.8.1 "
50
50
51
51
eclipse. addGwtContainer = false ;
52
52
53
53
minHeapSize = " 512M" ;
54
54
maxHeapSize = " 4096M" ;
55
55
56
56
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'
58
58
}
59
59
}
60
60
You can’t perform that action at this time.
0 commit comments