Skip to content

Commit 2549eb6

Browse files
committed
bump the version
1 parent 7286aca commit 2549eb6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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 = "9.0.1"
25+
let version = "9.0.2"
2626
let header =
2727
"// Generated by ReScript, PLEASE EDIT WITH CARE"
2828
let package_name = ref "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 = "9.0.1"
58+
let version = "9.0.2"
5959
let header =
6060
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = ref "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18118,7 +18118,7 @@ end = struct
1811818118
* You should have received a copy of the GNU Lesser General Public License
1811918119
* along with this program; if not, write to the Free Software
1812018120
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18121-
let version = "9.0.1"
18121+
let version = "9.0.2"
1812218122
let header =
1812318123
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1812418124
let package_name = ref "bs-platform"

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18118,7 +18118,7 @@ end = struct
1811818118
* You should have received a copy of the GNU Lesser General Public License
1811918119
* along with this program; if not, write to the Free Software
1812018120
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18121-
let version = "9.0.1"
18121+
let version = "9.0.2"
1812218122
let header =
1812318123
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1812418124
let package_name = ref "bs-platform"

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304602,7 +304602,7 @@ end = struct
304602304602
* You should have received a copy of the GNU Lesser General Public License
304603304603
* along with this program; if not, write to the Free Software
304604304604
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304605-
let version = "9.0.1"
304605+
let version = "9.0.2"
304606304606
let header =
304607304607
"// Generated by ReScript, PLEASE EDIT WITH CARE"
304608304608
let package_name = ref "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
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": "9.0.1",
21+
"version": "9.0.2",
2222
"description": "ReScript compiler, OCaml standard libary by ReScript and its required runtime support",
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)