Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit a19df22

Browse files
committed
Update package.json
1 parent 140811b commit a19df22

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "Crunch2",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "The editor and compiler app for awesome people.",
55
"packages": {
6-
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/Crunch2.dmg",
7-
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/CrunchSetup.exe",
8-
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/Crunch2_linux32.deb",
9-
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/Crunch2_linux64.deb"
6+
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/Crunch2.dmg",
7+
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/CrunchSetup.exe",
8+
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/Crunch2_linux32.deb",
9+
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/Crunch2_linux64.deb"
1010
},
1111
"edge": {
12-
"version": "2.1.3",
12+
"version": "2.1.4",
1313
"packages": {
14-
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/Crunch2.dmg",
15-
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/CrunchSetup.exe",
16-
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/Crunch2_linux32.deb",
17-
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.3/Crunch2_linux64.deb"
14+
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/Crunch2.dmg",
15+
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/CrunchSetup.exe",
16+
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/Crunch2_linux32.deb",
17+
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.1.4/Crunch2_linux64.deb"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)