From 402f6056cc793b04f86efc2ce6c5f1b6e9d16ea8 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 29 Oct 2015 11:00:41 -0700 Subject: [PATCH 1/2] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb2e615ce..4233d1359 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom", "productName": "Atom", - "version": "1.1.0-beta2", + "version": "1.1.0", "description": "A hackable text editor for the 21st Century.", "main": "./src/browser/main.js", "repository": { From f1617c77971015c2a04aef66aa942b1bdf590566 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 5 Nov 2015 09:56:01 -0800 Subject: [PATCH 2/2] :arrow_up: legal-eagle@0.12 --- build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package.json b/build/package.json index 93354cdbd..7e737afec 100644 --- a/build/package.json +++ b/build/package.json @@ -27,7 +27,7 @@ "grunt-peg": "~1.1.0", "grunt-shell": "~0.3.1", "grunt-standard": "^1.0.2", - "legal-eagle": "~0.11.0", + "legal-eagle": "~0.12.0", "minidump": "~0.9", "npm": "2.13.3", "rcedit": "~0.3.0",