Skip to content

Commit 6796ae7

Browse files
committedMar 11, 2020
bump version
1 parent 341811a commit 6796ae7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎jscomp/common/bs_version.ml

+1-1
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 = "7.2.1"
25+
let version = "7.2.2"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

‎lib/4.06.1/bsb.ml

+1-1
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 = "7.2.1"
58+
let version = "7.2.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

‎lib/4.06.1/unstable/bsb_native.ml

+1-1
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 = "7.2.1"
58+
let version = "7.2.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

‎lib/4.06.1/unstable/js_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -316265,7 +316265,7 @@ end = struct
316265316265
* You should have received a copy of the GNU Lesser General Public License
316266316266
* along with this program; if not, write to the Free Software
316267316267
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
316268-
let version = "7.2.1"
316268+
let version = "7.2.2"
316269316269
let header =
316270316270
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
316271316271
let package_name = "bs-platform"

‎lib/4.06.1/unstable/js_refmt_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -316265,7 +316265,7 @@ end = struct
316265316265
* You should have received a copy of the GNU Lesser General Public License
316266316266
* along with this program; if not, write to the Free Software
316267316267
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
316268-
let version = "7.2.1"
316268+
let version = "7.2.2"
316269316269
let header =
316270316270
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
316271316271
let package_name = "bs-platform"

‎lib/4.06.1/whole_compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304060,7 +304060,7 @@ end = struct
304060304060
* You should have received a copy of the GNU Lesser General Public License
304061304061
* along with this program; if not, write to the Free Software
304062304062
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304063-
let version = "7.2.1"
304063+
let version = "7.2.2"
304064304064
let header =
304065304065
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
304066304066
let package_name = "bs-platform"

‎package.json

+1-1
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": "7.2.1",
21+
"version": "7.2.2",
2222
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)