Skip to content

Commit 91d381e

Browse files
committed
bump version
1 parent bed7bb2 commit 91d381e

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

jscomp/common/bs_version.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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 = "2.2.4"
25+
let version = "3.0.0"
2626
let header =
27-
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
27+
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"
2929

jscomp/runtime/.depend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ caml_backtrace.cmi :
5656
caml_int32.cmi :
5757
caml_gc.cmi :
5858
js_primitive.cmi : js_undefined.cmi js.cmi
59-
caml_basic.cmi : js_undefined.cmi js.cmi
59+
caml_basic.cmi : js_undefined.cmi
6060
caml_oo.cmi :
6161
caml_missing_polyfill.cmi :
6262
js_exn.cmi :

lib/bsb.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ 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 = "2.2.4"
58+
let version = "3.0.0"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

lib/bsb_helper.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ end = struct
177177
* You should have received a copy of the GNU Lesser General Public License
178178
* along with this program; if not, write to the Free Software
179179
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
180-
let version = "2.2.4"
180+
let version = "3.0.0"
181181
let header =
182-
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
182+
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
183183
let package_name = "bs-platform"
184184

185185
end

lib/bsdep.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ 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 = "2.2.4"
58+
let version = "3.0.0"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

lib/bsppx.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13648,9 +13648,9 @@ end = struct
1364813648
* You should have received a copy of the GNU Lesser General Public License
1364913649
* along with this program; if not, write to the Free Software
1365013650
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
13651-
let version = "2.2.4"
13651+
let version = "3.0.0"
1365213652
let header =
13653-
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
13653+
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
1365413654
let package_name = "bs-platform"
1365513655

1365613656
end

lib/whole_compiler.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ 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 = "2.2.4"
58+
let version = "3.0.0"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

package.json

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

0 commit comments

Comments
 (0)