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 Dec 3, 2015
1 parent 50a90ef commit 4f9f377
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "Crunch2",
"version": "2.0.6-RC.1",
"version": "2.0.8-RC.1",
"description": "The editor and compiler app for awesome people.",
"packages": {
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.6-RC.1/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.6-RC.1/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.6-RC.1/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.6-RC.1/Crunch2_linux64.deb"
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/Crunch2_linux64.deb"
},
"edge": {
"version": "2.0.7-RC.1",
"version": "2.0.8-RC.1",
"packages": {
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.7-RC.1/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.7-RC.1/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.7-RC.1/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.7-RC.1/Crunch2_linux64.deb"
"osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/Crunch2.dmg",
"win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/CrunchSetup.exe",
"linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/Crunch2_linux32.deb",
"linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.8-RC.1/Crunch2_linux64.deb"
}
}
}

0 comments on commit 4f9f377

Please sign in to comment.