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

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Jul 18, 2016
1 parent e751395 commit 1ab7942
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,20 +1,20 @@
{
"name": "Crunch2",
"version": "2.3.1",
"version": "2.3.2",
"description": "The editor and compiler app for awesome people.",
"packages": {
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/Crunch2_linux64.deb"
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/Crunch2_linux64.deb"
},
"edge": {
"version": "2.3.1",
"version": "2.3.2",
"packages": {
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.1/Crunch2_linux64.deb"
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.3.2/Crunch2_linux64.deb"
}
}
}

0 comments on commit 1ab7942

Please sign in to comment.