Skip to content

Commit 7b87dc4

Browse files
committed
bump version
1 parent 58f4cd1 commit 7b87dc4

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* You should have received a copy of the GNU Lesser General Public License
2323
* along with this program; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
25-
let version = "8.4.0"
25+
let version = "8.4.2"
2626
let header =
2727
"// Generated by ReScript, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

lib/4.06.1/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "8.4.0"
58+
let version = "8.4.2"
5959
let header =
6060
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18117,7 +18117,7 @@ end = struct
1811718117
* You should have received a copy of the GNU Lesser General Public License
1811818118
* along with this program; if not, write to the Free Software
1811918119
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18120-
let version = "8.4.0"
18120+
let version = "8.4.2"
1812118121
let header =
1812218122
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1812318123
let package_name = "bs-platform"

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18117,7 +18117,7 @@ end = struct
1811718117
* You should have received a copy of the GNU Lesser General Public License
1811818118
* along with this program; if not, write to the Free Software
1811918119
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18120-
let version = "8.4.0"
18120+
let version = "8.4.2"
1812118121
let header =
1812218122
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1812318123
let package_name = "bs-platform"

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304589,7 +304589,7 @@ end = struct
304589304589
* You should have received a copy of the GNU Lesser General Public License
304590304590
* along with this program; if not, write to the Free Software
304591304591
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304592-
let version = "8.4.0"
304592+
let version = "8.4.2"
304593304593
let header =
304594304594
"// Generated by ReScript, PLEASE EDIT WITH CARE"
304595304595
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
1919
},
2020
"name": "bs-platform",
21-
"version": "8.4.0",
21+
"version": "8.4.2",
2222
"description": "ReScript compiler, OCaml standard libary by ReScript and its required runtime support",
2323
"repository": {
2424
"type": "git",

vendor/ninja.tar.gz

204 KB
Binary file not shown.

vendor/ocaml.tar.gz

-849 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)