File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
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.1.0
22
+ * ** version**   ;  ;  ; 0.1.1
23
23
24
24
##Roadmap
25
25
@@ -31,3 +31,4 @@ You can download the latest release .jar from Maven Central using the following
31
31
| Date | Version | Description |
32
32
| :--- | :--- | :--- |
33
33
| 5/13/2016 | 0.1.0 | Initial preview release to Maven Central |
34
+ | 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.1.0 "
9
+ version = " 0.1.1 "
10
10
11
11
buildscript {
12
12
repositories {
You can’t perform that action at this time.
0 commit comments