Skip to content

Commit d0ffd2b

Browse files
author
Ryan Trinkle
committed
Bump version to 0.3.1
1 parent b617117 commit d0ffd2b

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";
7+
version = "0.3.1";
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
2+
Version: 0.3.1
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)