diff --git a/wai-handler-launch/wai-handler-launch.cabal b/wai-handler-launch/wai-handler-launch.cabal index 1c3141a6..0e9cf25e 100644 --- a/wai-handler-launch/wai-handler-launch.cabal +++ b/wai-handler-launch/wai-handler-launch.cabal @@ -1,5 +1,5 @@ Name: wai-handler-launch -Version: 1.3.1 +Version: 1.3.1.1 Synopsis: Launch a web app in the default browser. Description: This handles cross-platform launching and inserts Javascript code to ping the server. When the server no longer receives pings, it shuts down. License: MIT diff --git a/warp/warp.cabal b/warp/warp.cabal index 178144f3..a8c1b0ee 100644 --- a/warp/warp.cabal +++ b/warp/warp.cabal @@ -1,5 +1,5 @@ Name: warp -Version: 1.3.1.1 +Version: 1.3.1.2 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE