summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-27 02:11:35 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-27 02:11:35 +0400
commit6f8a2a89b2c728d98a41b34565b3484d450be9e7 (patch)
treea7ad18418188f670a5727638bf5795e4c0e95610
parentc30bd05cd274426ff299135984f2ef1c452d984e (diff)
~ Bump version.
-rw-r--r--krpc.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/krpc.cabal b/krpc.cabal
index 20553dee..450ca624 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -1,5 +1,5 @@
1name: krpc 1name: krpc
2version: 0.1.1.0 2version: 0.2.0.0
3license: MIT 3license: MIT
4license-file: LICENSE 4license-file: LICENSE
5author: Sam T. 5author: Sam T.
@@ -22,6 +22,9 @@ description:
22 * /0.1.0.0:/ Initial version. 22 * /0.1.0.0:/ Initial version.
23 . 23 .
24 * /0.1.1.0:/ Allow passing raw argument\/result dictionaries. 24 * /0.1.1.0:/ Allow passing raw argument\/result dictionaries.
25 .
26 * /0.2.0.0:/ Async API have been removed, use /async/ package instead.
27 Expose caller address in handlers.
25 28
26source-repository head 29source-repository head
27 type: git 30 type: git