Skip to content

Commit e8bb0b5

Browse files
committed
6.2.1
1 parent 0c44d04 commit e8bb0b5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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 = "5.2.1"
25+
let version = "6.2.1"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, 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 = "5.2.0"
58+
let version = "6.2.1"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/bsdep.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 = "5.2.0"
58+
let version = "6.2.1"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/bsppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18847,7 +18847,7 @@ end = struct
1884718847
* You should have received a copy of the GNU Lesser General Public License
1884818848
* along with this program; if not, write to the Free Software
1884918849
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18850-
let version = "5.2.0"
18850+
let version = "6.2.1"
1885118851
let header =
1885218852
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1885318853
let package_name = "bs-platform"

lib/4.06.1/unstable/bsb_native.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 = "5.2.0"
58+
let version = "6.2.1"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18754,7 +18754,7 @@ end = struct
1875418754
* You should have received a copy of the GNU Lesser General Public License
1875518755
* along with this program; if not, write to the Free Software
1875618756
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18757-
let version = "5.2.0"
18757+
let version = "6.2.1"
1875818758
let header =
1875918759
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1876018760
let package_name = "bs-platform"

lib/4.06.1/unstable/native_ppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17912,7 +17912,7 @@ end = struct
1791217912
* You should have received a copy of the GNU Lesser General Public License
1791317913
* along with this program; if not, write to the Free Software
1791417914
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
17915-
let version = "5.2.0"
17915+
let version = "6.2.1"
1791617916
let header =
1791717917
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1791817918
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
@@ -7425,7 +7425,7 @@ end = struct
74257425
* You should have received a copy of the GNU Lesser General Public License
74267426
* along with this program; if not, write to the Free Software
74277427
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
7428-
let version = "5.2.0"
7428+
let version = "6.2.1"
74297429
let header =
74307430
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
74317431
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postinstall": "node scripts/install.js"
3434
},
3535
"name": "bs-platform",
36-
"version": "5.2.1",
36+
"version": "6.2.1",
3737
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)