diff --git a/Makefile b/Makefile index 416d6fd..5ea5e16 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ package := com.stumbleupon.async spec_title := SUAsync Library spec_vendor := The SUAsync Authors # Semantic Versioning (see http://semver.org/). -spec_version := 1.3.3 +spec_version := 1.4.0 suasync_SOURCES := \ src/Callback.java \ src/CallbackOverflowError.java \ diff --git a/NEWS b/NEWS index 59fa15b..565bd3b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ The SUAsync Library - User visible changes. -* Version 1.4.0 (2013-??-??) [???????] +* Version 1.4.0 (2013-08-01) [fe17b98] New public APIs: - `groupInOrder(Collection)' was added to provide an alternative to