Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Commit efda80a

Browse files
committed
Prepare release 1.0.3
- updated dependencies - updated README and CHANGELOG
1 parent 1ab73d5 commit efda80a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
Version 1.0.3 *(IN DEVELOPMENT)*
4+
Version 1.0.3 *(2014-11-10)*
55
----------------------------
66

77
* Add EventBus interface

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Download [the latest JAR][1] or grab via Maven:
1313
<dependency>
1414
<groupId>de.psdev</groupId>
1515
<artifactId>async-otto</artifactId>
16-
<version>1.0.2</version>
16+
<version>1.0.3</version>
1717
</dependency>
1818
```
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<!-- Dependency Versions -->
5959
<junit.version>4.11</junit.version>
60-
<robolectric.version>2.3</robolectric.version>
60+
<robolectric.version>2.4</robolectric.version>
6161

6262
<android.version>4.1.1.4</android.version>
6363
<otto.version>1.3.5</otto.version>

0 commit comments

Comments
 (0)