Skip to content

Commit b893987

Browse files
committed
bump version
1 parent f2dfb2c commit b893987

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ <h1>Announcing BuckleScript 1.0</h1>
473473
</div>
474474
<div id="footer">
475475
<div id="footer-text">
476-
Last updated 2016-08-31 13:51:25 EDT
476+
Last updated 2016-08-31 14:16:41 EDT
477477
</div>
478478
</div>
479479
</body>

jscomp/bin/bs_ppx.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** Bundled by bspack 08/30-16:36 *)
1+
(** Bundled by bspack 08/31-14:19 *)
22
module String_map : sig
33
#1 "string_map.mli"
44
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
@@ -3986,7 +3986,7 @@ let int32 = "Caml_int32"
39863986
let block = "Block"
39873987
let js_primitive = "Js_primitive"
39883988
let module_ = "Caml_module"
3989-
let version = "0.9.7"
3989+
let version = "1.0.0"
39903990

39913991

39923992
let runtime_set =

jscomp/bin/compiler.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** Bundled by bspack 08/30-16:36 *)
1+
(** Bundled by bspack 08/31-14:19 *)
22
module String_map : sig
33
#1 "string_map.mli"
44
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
@@ -3986,7 +3986,7 @@ let int32 = "Caml_int32"
39863986
let block = "Block"
39873987
let js_primitive = "Js_primitive"
39883988
let module_ = "Caml_module"
3989-
let version = "0.9.7"
3989+
let version = "1.0.0"
39903990

39913991

39923992
let runtime_set =

jscomp/common/js_config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ let int32 = "Caml_int32"
197197
let block = "Block"
198198
let js_primitive = "Js_primitive"
199199
let module_ = "Caml_module"
200-
let version = "0.9.7"
200+
let version = "1.0.0"
201201

202202

203203
let runtime_set =

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postinstall": "./scripts/postinstall.sh"
2525
},
2626
"name": "bs-platform",
27-
"version": "0.9.7",
27+
"version": "1.0.0",
2828
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)