Skip to content

Commit 172cbda

Browse files
committed
3.7.1
1 parent 9faf274 commit 172cbda

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
text eol=lf

bin/cmake-js

+1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ done = done || ifCommand("print-clean", printClean);
264264
done = done || ifCommand("reconfigure", reconfigure);
265265
done = done || ifCommand("rebuild", rebuild);
266266
done = done || ifCommand("compile", compile);
267+
267268
if (!done) {
268269
if (command) {
269270
log.error("COM", "Unknown command: " + command);

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.7.1 - 10/05/17
2+
=================
3+
4+
- Linux line ending hotfix (wat)
5+
16
v3.7.0 - 07/05/18
27
=================
38

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"electron",
1616
"boost"
1717
],
18-
"version": "3.7.0",
18+
"version": "3.7.1",
1919
"author": "Gábor Mező aka unbornchikken",
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)