Skip to content

Commit 5682660

Browse files
committed
Release v1.3.1.
1 parent c7e8916 commit 5682660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package := com.stumbleupon.async
3030
spec_title := SUAsync Library
3131
spec_vendor := The SUAsync Authors
3232
# Semantic Versioning (see http://semver.org/).
33-
spec_version := 1.3.1-SNAPSHOT
33+
spec_version := 1.3.1
3434
suasync_SOURCES := \
3535
src/Callback.java \
3636
src/CallbackOverflowError.java \

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The SUAsync Library - User visible changes.
22

3-
* Version 1.3.1 (2012-11-03) [???????]
3+
* Version 1.3.1 (2012-11-03) [aab6920]
44

55
Noteworthy changes:
66
- Restore the limit on the size of the callback chain to 16383.

0 commit comments

Comments
 (0)