Skip to content

Commit 3f7cb13

Browse files
committed
bump version
1 parent 7ae8177 commit 3f7cb13

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.1.0"
25+
let version = "9.1.1"
2626
let header =
2727
"// Generated by ReScript, PLEASE EDIT WITH CARE"
2828
let package_name = ref "rescript"

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.1.0"
58+
let version = "9.1.1"
5959
let header =
6060
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = ref "rescript"

lib/4.06.1/rescript.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5940,7 +5940,7 @@ end = struct
59405940
* You should have received a copy of the GNU Lesser General Public License
59415941
* along with this program; if not, write to the Free Software
59425942
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5943-
let version = "9.1.0"
5943+
let version = "9.1.1"
59445944
let header =
59455945
"// Generated by ReScript, PLEASE EDIT WITH CARE"
59465946
let package_name = ref "rescript"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18039,7 +18039,7 @@ end = struct
1803918039
* You should have received a copy of the GNU Lesser General Public License
1804018040
* along with this program; if not, write to the Free Software
1804118041
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18042-
let version = "9.1.0"
18042+
let version = "9.1.1"
1804318043
let header =
1804418044
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1804518045
let package_name = ref "rescript"

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304481,7 +304481,7 @@ end = struct
304481304481
* You should have received a copy of the GNU Lesser General Public License
304482304482
* along with this program; if not, write to the Free Software
304483304483
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304484-
let version = "9.1.0"
304484+
let version = "9.1.1"
304485304485
let header =
304486304486
"// Generated by ReScript, PLEASE EDIT WITH CARE"
304487304487
let package_name = ref "rescript"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
2020
},
2121
"name": "rescript",
22-
"version": "9.1.0",
22+
"version": "9.1.1",
2323
"description": "ReScript toolchain",
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)