From 77b7a1657023501e7a8a56755ebfae31eceef47f Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Mon, 26 Oct 2015 16:14:02 -0700 Subject: [PATCH] Update stable to beta 10 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d392a63..1376920 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "Crunch2", - "version": "2.0.5-beta.9", + "version": "2.0.5-beta.10", "description": "The editor and compiler app for awesome people.", "packages": { - "osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.9/Crunch2.dmg", - "win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.9/CrunchSetup.exe", - "linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.9/Crunch2_linux32.deb", - "linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.9/Crunch2_linux64.deb" + "osx64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.10/Crunch2.dmg", + "win32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.10/CrunchSetup.exe", + "linux32": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.10/Crunch2_linux32.deb", + "linux64": "https://github.com/Crunch/Crunch-2/releases/download/v2.0.5-beta.10/Crunch2_linux64.deb" }, "edge": { "version": "2.0.5-beta.10",