From 68910de9b9eff3cf517f8f82d7acb9ff71a80c2c Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 21 Dec 2016 19:11:06 -0700 Subject: [PATCH] Prepare 0.85.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ec3c8c..2c65472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bracket-matcher", - "version": "0.85.1", + "version": "0.85.2", "main": "./lib/main", "description": "Highlight the matching bracket for the `(){}[]` character under the cursor. Move the cursor to the matching bracket with `ctrl-m`.", "repository": "https://github.com/atom/bracket-matcher",