From 0d36e3197d03997a76316a80d891ae00e40d9864 Mon Sep 17 00:00:00 2001 From: Susam Pal Date: Sun, 22 Jan 2017 21:38:39 +0530 Subject: [PATCH] Set version to 0.2.0 --- CHANGES.md | 5 +++++ README.md | 2 +- inwee | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 114951b..1ae9972 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Changelog ========= +0.2.0 (2017-01-21) +------------------ + - NEW: Support FIFO path for WeeChat 1.7. + - NEW: Specify FIFO path with `-f` or `--fifo` option. + 0.1.0 (2015-01-20) ------------------ - NEW: Send text or commands in file to WeeChat. diff --git a/README.md b/README.md index 31eb96e..adcfb68 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ to WeeChat from shell or from within WeeChat via [1]: http://www.weechat.org/files/doc/stable/weechat_user.en.html#fifo_plugin [SHIELD]: https://img.shields.io/badge/download-inwee-brightgreen.svg -[DOWNLOAD]: https://github.com/susam/inwee/releases/download/0.1.0/inwee +[DOWNLOAD]: https://github.com/susam/inwee/releases/download/0.2.0/inwee Contents diff --git a/inwee b/inwee index d723e5b..cbfd479 100755 --- a/inwee +++ b/inwee @@ -24,7 +24,7 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -VERSION=0.1.0 +VERSION=0.2.0 COPYRIGHT="Copyright (c) 2015-2017 Susam Pal"