Skip to content

Commit

Permalink
Bump version -> 0.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Nov 13, 2021
1 parent c07105c commit d71f612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wai-session-redis
version: 0.1.0.3
version: 0.1.0.4
github: "t4ccer/wai-session-redis"
license: BSD3
author: "t4ccer"
Expand Down
4 changes: 2 additions & 2 deletions wai-session-redis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: b8c7f9e3e980896b472d4bc867f3d19aded66af518844d38b3ef64257956cc73
-- hash: 91266d9b2afdd8999d2fb3b7ea42af1786d212356314d4c91028192a1b1ff2cb

name: wai-session-redis
version: 0.1.0.3
version: 0.1.0.4
synopsis: Simple Redis backed wai-session backend.
description: Simple Redis backed wai-session backend. This module allows you to store session data of wai-sessions in a Redis database.
category: Web
Expand Down
2 changes: 1 addition & 1 deletion wai-session-redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "wai-session-redis";
version = "0.1.0.2";
version = "0.1.0.4";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit d71f612

Please sign in to comment.