From 0658996cdb7ee666271db37f58e5585575789217 Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Mon, 24 Jun 2019 20:23:19 -0500 Subject: [PATCH] _version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df24260f..6feae073 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Better Syntax", "description": "The bleeding edge of C-like syntaxes", "icon": "icon.png", - "version": "1.12.0", + "version": "1.12.1", "scripts": { "build": "ruby scripts/generate.rb", "prelint": "npm run build",