From bb074134f36cbc62b3591c5f45060a5418ed15c0 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 31 Mar 2016 12:02:49 +0200 Subject: [PATCH] Prepare 0.82.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab423b4..b1ea395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bracket-matcher", - "version": "0.81.0", + "version": "0.82.0", "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",