Skip to content

Commit 1db982f

Browse files
author
Ryan Trinkle
committed
Bump version to 0.3.2
1 parent 66e001c commit 1db982f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
mkDerivation {
66
pname = "reflex";
7-
version = "0.3.1";
7+
version = "0.3.2";
88
src = builtins.filterSource (path: type: baseNameOf path != ".git") ./.;
99
buildDepends = [
1010
dependent-map dependent-sum mtl ref-tf semigroups these exception-transformers

reflex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: reflex
2-
Version: 0.3.1
2+
Version: 0.3.2
33
Synopsis: Higher-order Functional Reactive Programming
44
Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system
55
License: BSD3

0 commit comments

Comments
 (0)