File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## 1.4.9 - 2019-06-28
3+ ## 1.4.10 - 2019-06-28
44* Update deps
55* Use --self-contained for Firmware
66* Hook into view
Original file line number Diff line number Diff line change 11module internal ReleaseNotes
22
3- let Version = " 1.4.9 "
3+ let Version = " 1.4.10 "
44
55let IsPrerelease = false
66
77let Notes = """
88# Release Notes
99
10- ## 1.4.9 - 2019-06-28
10+ ## 1.4.10 - 2019-06-28
1111* Update deps
1212* Use --self-contained for Firmware
1313* Hook into view
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ module Program =
7474 with _ -> ()
7575 }
7676
77- let mapView view model dispatch =
78- let ( v : Audio ) = view model dispatch
77+ let mapSetState setState model dispatch =
78+ let ( v : Audio ) = Program. view program model dispatch
7979 match lastView with
8080 | Some r when r = v -> ()
8181 | Some r ->
@@ -96,7 +96,7 @@ module Program =
9696 | _ -> ()
9797
9898 lastView <- Some v
99- v
99+ setState model dispatch
100100
101101 program
102- |> Program.map id id mapView id id
102+ |> Program.map id id id mapSetState id
You can’t perform that action at this time.
0 commit comments