Skip to content

Commit 9023144

Browse files
committed
bump release
1 parent 91e42d5 commit 9023144

File tree

8 files changed

+19
-13
lines changed

8 files changed

+19
-13
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.0.3
2+
Fixes
3+
- #2956 clean re.js for genFlow proj
4+
- #2970 remove one obsolte error
5+
- #2970 address one regression from refmt
6+
17
# 4.0.2
28
Fixes
39
- #2963 fix ppx-flags quoting issue

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 = "4.0.3"
25+
let version = "4.0.4"
2626
let header =
27-
"// Generated by BUCKLESCRIPT VERSION 4.0.3, PLEASE EDIT WITH CARE"
27+
"// Generated by BUCKLESCRIPT VERSION 4.0.4, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"
2929

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 = "4.0.3"
58+
let version = "4.0.4"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 4.0.3, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 4.0.4, 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 = "4.0.3"
180+
let version = "4.0.4"
181181
let header =
182-
"// Generated by BUCKLESCRIPT VERSION 4.0.3, PLEASE EDIT WITH CARE"
182+
"// Generated by BUCKLESCRIPT VERSION 4.0.4, 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 = "4.0.3"
58+
let version = "4.0.4"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 4.0.3, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 4.0.4, 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
@@ -13738,9 +13738,9 @@ end = struct
1373813738
* You should have received a copy of the GNU Lesser General Public License
1373913739
* along with this program; if not, write to the Free Software
1374013740
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
13741-
let version = "4.0.3"
13741+
let version = "4.0.4"
1374213742
let header =
13743-
"// Generated by BUCKLESCRIPT VERSION 4.0.3, PLEASE EDIT WITH CARE"
13743+
"// Generated by BUCKLESCRIPT VERSION 4.0.4, PLEASE EDIT WITH CARE"
1374413744
let package_name = "bs-platform"
1374513745

1374613746
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 = "4.0.3"
58+
let version = "4.0.4"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 4.0.3, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 4.0.4, 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": "4.0.3",
35+
"version": "4.0.4",
3636
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)