File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ travis-world-test:./bin/ocamlpack
112
112
install :
113
113
cp ./bin/bsc ./bin/bsppx ../bin/
114
114
cp ./runtime/* .cmt* ./runtime/* .cmj* ./stdlib/* .cm* ./others/* .cm* ../lib/ocaml/
115
- cp ./runtime/js.ml ./runtime/js.mli ./runtime/js.cmi ./runtime/js_array.mli ./runtime/js_array.ml ./runtime/js_array.cmi ./runtime/js_string.ml ./runtime/js_string.mli ./runtime/js_string.cmi ./runtime/js_re.ml ./runtime/js_re.mli ./runtime/js_re.cmi ./runtime/js_unsafe.cmi ../lib/ocaml/
115
+ cp ./runtime/js.ml ./runtime/js.cmi ./runtime/js_array.mli ./runtime/js_array.ml ./runtime/js_array.cmi ./runtime/js_string.ml ./runtime/js_string.mli ./runtime/js_string.cmi ./runtime/js_re.ml ./runtime/js_re.mli ./runtime/js_re.cmi ./runtime/js_unsafe.cmi ../lib/ocaml/
116
116
117
117
118
118
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ let int32 = "Caml_int32"
248
248
let block = " Block"
249
249
let js_primitive = " Js_primitive"
250
250
let module_ = " Caml_module"
251
- let version = " 0.9.1 "
251
+ let version = " 0.9.2 "
252
252
253
253
254
254
let runtime_set =
Original file line number Diff line number Diff line change 24
24
"postinstall" : " ./scripts/postinstall.sh"
25
25
},
26
26
"name" : " bs-platform" ,
27
- "version" : " 0.9.1 " ,
27
+ "version" : " 0.9.2 " ,
28
28
"description" : " bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support" ,
29
29
"repository" : {
30
30
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments