File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can download the latest release .jar from Maven Central using the following
19
19
20
20
* ** groupId**   ;  ;  ; com.github.gwtreact
21
21
* ** artifactId**   ;  ; gwt-react-router
22
- * ** version**   ;  ;  ; 0.3 .0
22
+ * ** version**   ;  ;  ; 0.4 .0
23
23
24
24
##Roadmap
25
25
@@ -30,6 +30,7 @@ You can download the latest release .jar from Maven Central using the following
30
30
31
31
| Date | Version | Description |
32
32
| :--- | :--- | :--- |
33
+ | 3/18/2017 | 0.4.0 | Refactored to use more future proof ES6 styled stateful components and added Preact support |
33
34
| 6/18/2016 | 0.3.0 | Support React Router 2.4.1 and GWT 2.8 final release |
34
35
| 6/18/2016 | 0.2.0 | Update to use gwt-interop-utils library |
35
36
| 5/25/2016 | 0.1.1 | Fix incorrect inherits |
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-router'
9
- version = " 0.3 .0"
9
+ version = " 0.4 .0"
10
10
11
11
buildscript {
12
12
repositories {
55
55
56
56
dependencies {
57
57
gwt group : ' com.github.gwtreact' , name : ' gwt-interop-utils' , version : ' 0.2.+'
58
- gwt group : ' com.github.gwtreact' , name : ' gwt-react' , version : ' 0.3 .+'
58
+ gwt group : ' com.github.gwtreact' , name : ' gwt-react' , version : ' 0.5 .+'
59
59
}
60
60
}
61
61
You can’t perform that action at this time.
0 commit comments