File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ open Fable.Core
66
77[<RequireQualifiedAccess>]
88module 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
You can’t perform that action at this time.
0 commit comments