summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/hackernews.py2
-rw-r--r--plugin/hackernews.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/hackernews.py b/plugin/hackernews.py
index cb7622f..c91dce1 100644
--- a/plugin/hackernews.py
+++ b/plugin/hackernews.py
@@ -7,7 +7,7 @@
# Author: ryanss <ryanssdev@icloud.com>
# Website: https://github.com/ryanss/vim-hackernews
# License: MIT (see LICENSE file)
-# Version: 0.1
+# Version: 0.1.1
import HTMLParser
diff --git a/plugin/hackernews.vim b/plugin/hackernews.vim
index 67fea65..3d0d80b 100644
--- a/plugin/hackernews.vim
+++ b/plugin/hackernews.vim
@@ -5,7 +5,7 @@
" Author: ryanss <ryanssdev@icloud.com>
" Website: https://github.com/ryanss/vim-hackernews
" License: MIT (see LICENSE file)
-" Version: 0.1
+" Version: 0.1.1
if !has('python')