Skip to content

Commit fd7954d

Browse files
author
Maxime Mangel
committed
Release version 1.0.3
1 parent f711543 commit fd7954d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 1.0.3 - 2020-02-20
10+
11+
* Fix #79: Use CSS to style the calculator example
12+
913
## 1.0.2 - 2020-02-20
1014

1115
* Fix #75: Remove logs from iframeMessage when in production mode

src/App/Prelude.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open Fable.Core
66

77
[<RequireQualifiedAccess>]
88
module Literals =
9-
let [<Literal>] REPL_VERSION = "1.0.2" // Do not edit manually
9+
let [<Literal>] REPL_VERSION = "1.0.3" // Do not edit manually
1010
let [<Literal>] FABLE_VERSION = "2.4.15" // Do not edit manually
1111
let [<Literal>] STORAGE_KEY = "fable-repl"
1212
let [<Literal>] MAX_LOGS_LENGTH = 200

0 commit comments

Comments
 (0)