Skip to content

Commit e9fa80b

Browse files
author
Paul Stockley
committed
0.1.1 Release
1 parent b9b46bb commit e9fa80b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can download the latest release .jar from Maven Central using the following
1919

2020
* **groupId**    com.github.gwtreact
2121
* **artifactId**  gwt-react-router
22-
* **version**    0.1.0
22+
* **version**    0.1.1
2323

2424
##Roadmap
2525

@@ -31,3 +31,4 @@ You can download the latest release .jar from Maven Central using the following
3131
| Date | Version | Description |
3232
| :--- | :--- | :--- |
3333
| 5/13/2016 | 0.1.0 | Initial preview release to Maven Central |
34+
| 5/25/2016 | 0.1.1 | Fix incorrect inherits |

build.gradle

Lines changed: 1 addition & 1 deletion
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-router'
9-
version = "0.1.0"
9+
version = "0.1.1"
1010

1111
buildscript {
1212
repositories {

0 commit comments

Comments
 (0)