Skip to content

Commit 29af60d

Browse files
author
Paul Stockley
committed
Update to GWT 2.8.1
1 parent 008e562 commit 29af60d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff 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 |

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'signing'
66

77
group = 'com.github.gwtreact'
88
archivesBaseName = 'gwt-react'
9-
version = "0.5.0"
9+
version = "0.6.0"
1010

1111
buildscript {
1212
repositories {
@@ -46,15 +46,15 @@ compileJava{
4646
}
4747

4848
gwt {
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

0 commit comments

Comments
 (0)