Skip to content

Commit 7e353ac

Browse files
committed
synced up
1 parent cd7442f commit 7e353ac

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-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 = "3.0.0"
25+
let version = "3.0.1"
2626
let header =
27-
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
27+
"// Generated by BUCKLESCRIPT VERSION 3.0.1, 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 = "3.0.0"
58+
let version = "3.0.1"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.0.1, 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 = "3.0.0"
180+
let version = "3.0.1"
181181
let header =
182-
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
182+
"// Generated by BUCKLESCRIPT VERSION 3.0.1, 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 = "3.0.0"
58+
let version = "3.0.1"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.0.1, 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 = "3.0.0"
13651+
let version = "3.0.1"
1365213652
let header =
13653-
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
13653+
"// Generated by BUCKLESCRIPT VERSION 3.0.1, 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 = "3.0.0"
58+
let version = "3.0.1"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.0.1, 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": "3.0.0",
35+
"version": "3.0.1",
3636
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)