Skip to content

Commit 92dfeb4

Browse files
committed
bump version
1 parent 331bf8e commit 92dfeb4

File tree

7 files changed

+15
-13
lines changed

7 files changed

+15
-13
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.3"
25+
let version = "2.2.4"
2626
let header =
27-
"// Generated by BUCKLESCRIPT VERSION 2.2.3, PLEASE EDIT WITH CARE"
27+
"// Generated by BUCKLESCRIPT VERSION 2.2.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 = "2.2.3"
58+
let version = "2.2.4"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 2.2.3, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 2.2.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 = "2.2.3"
180+
let version = "2.2.4"
181181
let header =
182-
"// Generated by BUCKLESCRIPT VERSION 2.2.3, PLEASE EDIT WITH CARE"
182+
"// Generated by BUCKLESCRIPT VERSION 2.2.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 = "2.2.3"
58+
let version = "2.2.4"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 2.2.3, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 2.2.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
@@ -13585,9 +13585,9 @@ end = struct
1358513585
* You should have received a copy of the GNU Lesser General Public License
1358613586
* along with this program; if not, write to the Free Software
1358713587
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
13588-
let version = "2.2.3"
13588+
let version = "2.2.4"
1358913589
let header =
13590-
"// Generated by BUCKLESCRIPT VERSION 2.2.3, PLEASE EDIT WITH CARE"
13590+
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
1359113591
let package_name = "bs-platform"
1359213592

1359313593
end

lib/whole_compiler.ml

Lines changed: 4 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.3"
58+
let version = "2.2.4"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 2.2.3, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 2.2.4, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end
@@ -116714,6 +116714,8 @@ let out_ident ppf s =
116714116714
| "Belt_MapInt" -> "Belt.Map.Int"
116715116715
| "Belt_MapString" -> "Belt.Map.String"
116716116716

116717+
| "Belt_Option" -> "Belt.Option"
116718+
116717116719
| "Belt_MutableSet" -> "Belt.MutableSet"
116718116720
| "Belt_MutableSetInt" -> "Belt.MutableSet.Int"
116719116721
| "Belt_MutableSetString" -> "Belt.MutableSet.String"

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.3",
35+
"version": "2.2.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)