diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2022-01-24 23:00:04 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2022-01-24 23:00:04 -0500 |
commit | 155f3a8ce3b9f7524775f0e34f4c41f5447c368e (patch) | |
tree | 3a0c494520f3f277f64a0ab0b87cf1b674a2b8f1 /package.json | |
parent | dbfe13a736506b292f72b65d02d0d12cdcd8f51c (diff) | |
download | PerlNavigator-155f3a8ce3b9f7524775f0e34f4c41f5447c368e.zip |
LRU-cache, process more symbols, bug fixes for windows, lexical c style for loop vars, and general cleanup
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 1e0888f..07c7bec 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Syntax checking, code navigation, and linting", "author": "bscan", "license": "MIT", - "version": "0.0.5", + "version": "0.0.6", "icon": "images/camel_icon.png", "repository": { "type": "git", |