From fe3a965f5aa755486be0081c0dc1ed1e3638e67e Mon Sep 17 00:00:00 2001 From: Saurabh Kathpalia Date: Sat, 8 Apr 2017 00:07:47 +0530 Subject: [PATCH] Pre-release build for 1.10 (#13283) --- build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.json b/build.json index b2d5d0eda9a..3d16b729b40 100644 --- a/build.json +++ b/build.json @@ -1,6 +1,6 @@ { - "version": "release-1.9-prerelease-2", - "title" : "Brackets 1.9 Stable Pre-release for community testing", - "description" : "This is a Brackets 1.9 pre-release build.", + "version": "release-1.10-prerelease-1", + "title" : "Brackets 1.10 Pre-release for community testing", + "description" : "This is a Brackets 1.10 pre-release build. This release contains fix for custom font-family issues, support for Quick Docs for HTML documents and migration of Quick Docs to MDN for both HTML and CSS.", "prerelease": true }