From 918919ff8b08f4e32942c451aa83c9c71bedfff9 Mon Sep 17 00:00:00 2001 From: ryanss Date: Sun, 26 Apr 2015 08:31:24 -0400 Subject: Release version 0.2 --- ftplugin/hackernews.py | 2 +- ftplugin/hackernews.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/hackernews.py b/ftplugin/hackernews.py index 7e2057e..de085e5 100644 --- a/ftplugin/hackernews.py +++ b/ftplugin/hackernews.py @@ -7,7 +7,7 @@ # Author: ryanss # Website: https://github.com/ryanss/vim-hackernews # License: MIT (see LICENSE file) -# Version: 0.1.1 +# Version: 0.2 (April 26, 2015) from __future__ import print_function diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim index 17c7c59..9f190b4 100644 --- a/ftplugin/hackernews.vim +++ b/ftplugin/hackernews.vim @@ -5,7 +5,7 @@ " Author: ryanss " Website: https://github.com/ryanss/vim-hackernews " License: MIT (see LICENSE file) -" Version: 0.1.1 +" Version: 0.2 (April 26, 2015) if has('python') -- cgit v1.2.3