From a5a17843e06040af57c4e25d2c7c43c7f5270b92 Mon Sep 17 00:00:00 2001 From: Justin Walsh Date: Tue, 8 Dec 2020 12:26:12 -0700 Subject: [PATCH] 0.0.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e94f8ae..90e672c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "textproto-grammer", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7c54e2..87c4662 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "textproto-grammer", "displayName": "TextProto", "description": "Syntax Highlighting for the Protocol Buffer Text Format", - "version": "0.0.4", + "version": "0.0.5", "publisher": "thejustinwalsh", "author": { "name": "Justin Walsh"