Skip to content

Commit 1111899

Browse files
Release version 3.7.9
1 parent f39c266 commit 1111899

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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+
## 3.7.9
10+
11+
* Update Fable and metadata
12+
913
## 3.7.0
1014

1115
* Update Fable and make repl available (with warning) on mobile

src/App/Prelude.fs

Lines changed: 2 additions & 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 = "3.7.0" // Do not edit manually
9+
let [<Literal>] REPL_VERSION = "3.7.9" // Do not edit manually
1010
let [<Literal>] STORAGE_KEY = "fable-repl"
1111
let [<Literal>] MAX_LOGS_LENGTH = 200
1212
// let [<Literal>] HOST =
@@ -32,6 +32,7 @@ module Literals =
3232
"Browser.WebGL"
3333
"Browser.Css"
3434
"Browser.MediaQueryList"
35+
"Browser.Gamepad"
3536
"Fable.Repl.Lib"
3637
|]
3738

0 commit comments

Comments
 (0)