Skip to content

Commit 4b04fc4

Browse files
committed
Fix version number for release
1 parent f9d514f commit 4b04fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for reflex
22

3-
## Unreleased
3+
## 0.6.3
44

55
* `Data.WeakBag.traverse` and `Data.FastWeakBag.traverse` have been deprecated.
66
They are replaced with `Data.WeakBag.traverse_` and `Data.FastWeakBag.traverse_`, respectively.

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.6.2.4
2+
Version: 0.6.3
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)