diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-27 23:35:51 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-27 23:35:51 -0500 |
commit | ea1b5c7ac09743ae4f34fea1be03364600bd4dc1 (patch) | |
tree | 0ffcf6469242320304c9a4b7ecf15881351db0b9 /package.json | |
parent | c8ca99683523e6d4f5399ca8ac43ca909d5e16d4 (diff) | |
download | PerlNavigator-ea1b5c7ac09743ae4f34fea1be03364600bd4dc1.zip |
Bug fix for broken stdin pipe
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 15f883a..396e6e3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Code navigation, autocompletion, syntax checking, and linting for Perl", "author": "bscan", "license": "MIT", - "version": "0.2.7", + "version": "0.2.8", "icon": "images/camel_icon.png", "repository": { "type": "git", |