Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andygill committed Sep 20, 2014
1 parent cba7f17 commit c0810ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions example/kansas-comet-example.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kansas-comet-example
Version: 0.3.0
Version: 0.3.1
Synopsis: Example of Kansas Comet
License: BSD3
Copyright: (c) 2013 The University of Kansas
Expand All @@ -26,11 +26,11 @@ Executable kansas-comet-example
base >= 4.6 && < 5,
containers == 0.5.*,
data-default == 0.5.*,
kansas-comet == 0.3.0,
scotty == 0.8.*,
kansas-comet == 0.3.1,
scotty >= 0.8 && < 0.10,
semigroups >= 0.13,
stm >= 2.4.2 && < 2.5,
text == 1.1.*,
stm >= 2.2 && < 2.5,
text >= 0.11.3.1 && < 1.3,
transformers >= 0.3 && < 0.5,
wai-middleware-static >= 0.6.0 && < 0.7

Expand Down
10 changes: 5 additions & 5 deletions kansas-comet.cabal
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Name: kansas-comet
Version: 0.3.0
Version: 0.3.1
Synopsis: A JavaScript push mechanism based on the comet idiom
Homepage: https://github.com/ku-fpg/kansas-comet/
Bug-reports: https://github.com/ku-fpg/kansas-comet/
Bug-reports: https://github.com/ku-fpg/kansas-comet/issues
License: BSD3
License-file: LICENSE
Author: Andrew Gill <[email protected]>, Andrew Farmer <[email protected]>
Maintainer: Andrew Gill <[email protected]>
Copyright: (c) 2013 The University of Kansas
Copyright: (c) 2014 The University of Kansas
Category: Web
Stability: experimental
Stability: beta
Build-type: Simple
Cabal-version: >= 1.10
Description:
Expand All @@ -29,7 +29,7 @@ Library
scotty >= 0.8 && < 0.10,
stm >= 2.2 && < 2.5,
text >= 1.1 && < 1.3,
time == 1.4.*,
time >= 1.4 && < 1.6,
transformers >= 0.3 && < 0.5,
unordered-containers >= 0.2.3 && < 0.2.6

Expand Down

0 comments on commit c0810ac

Please sign in to comment.