Skip to content

Commit 94716f8

Browse files
committed
update readme for 1.1.1
1 parent 9e29aa7 commit 94716f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ At Path, we use [greenrobot's EventBus](https://github.com/greenrobot/EventBus);
129129
### Getting Started
130130
We distribute artifacts through maven central repository.
131131

132-
Gradle: `compile 'com.path:android-priority-jobqueue:1.1'`
132+
Gradle: `compile 'com.path:android-priority-jobqueue:1.1.1'`
133133

134134
Maven:
135135

136136
``` xml
137137
<dependency>
138138
<groupId>com.path</groupId>
139139
<artifactId>android-priority-jobqueue</artifactId>
140-
<version>1.1</version>
140+
<version>1.1.1</version>
141141
</dependency>
142142
```
143143

@@ -150,6 +150,8 @@ We highly recommend checking how you can configure job manager and individual jo
150150
* [Review sample configuration][7]
151151

152152
### Version History
153+
- 1.1.1 (Feb 8, 2014)
154+
- Fixed an important bug (#35) where jobs in the same group may run in parallel if many of them become available at the same time while multiple consumer threads are waiting for a new job.
153155
- 1.1 (Jan 30, 2014)
154156
- Job Status query API (#18)
155157
- Fixed a stackoverflow bug when network status changes after a long time. (#21)

0 commit comments

Comments
 (0)