-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update HISTORY * Bump esy.json, package.json, reason.json * Bump package.ml
- Loading branch information
1 parent
faf9282
commit 2860cc2
Showing
5 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
let version = "3.5.1" | ||
let git_version = "d3deb518e7ada9d39be8eb9e1d6d7ed140b821c4" | ||
let git_short_version = "d3deb518" | ||
let version = "3.6.0" | ||
let git_version = "59339f6fde0ea2cd4822d32bb99a7ec5b6865e3a" | ||
let git_short_version = "59339f6" |
I know this is probs still a subject to change, but little typo here: the latter should be
external myFn: (string) => unit = "myFn"