From e7976a5a9594f0a4d2206d4cb55d4d9932df0346 Mon Sep 17 00:00:00 2001 From: Matthew Callis Date: Wed, 13 Nov 2019 19:37:30 -0800 Subject: [PATCH] Fix issue in publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9efef3..8b498d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "language-65asm", - "version": "10.1.0", + "version": "10.2.0", "description": "Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.", "repository": "git@github.com:MatthewCallis/language-65asm.git", "license": "MIT",