summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/hackernews.txt2
-rw-r--r--ftplugin/hackernews.vim2
-rw-r--r--plugin/hackernews.py2
-rw-r--r--plugin/hackernews.vim2
-rw-r--r--syntax/hackernews.vim2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/hackernews.txt b/doc/hackernews.txt
index 1265a7d..f993029 100644
--- a/doc/hackernews.txt
+++ b/doc/hackernews.txt
@@ -3,7 +3,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
BASIC USAGE *hackernews-usage*
diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim
index 81b4f5b..84623a7 100644
--- a/ftplugin/hackernews.vim
+++ b/ftplugin/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
noremap o :python hacker_news_link()<cr>
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')
diff --git a/syntax/hackernews.vim b/syntax/hackernews.vim
index bedafb1..40240ab 100644
--- a/syntax/hackernews.vim
+++ b/syntax/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 exists("b:current_syntax")