From de3223a96e2f4c1cb66909becc532876988f7dcb Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Sun, 5 May 2019 09:54:52 -0300 Subject: [PATCH] Version 0.9.13 --- Makefile | 2 +- doc/Nvim-R.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7843cc8b..ac6d9262 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ########################################################### PLUGINHOME=`pwd` -PLUGINVERSION=0.9.12.1 +PLUGINVERSION=0.9.13 PLUGINRELEASEDATE=`date +"%Y-%m-%d"` ifeq (, $(shell which nvim)) diff --git a/doc/Nvim-R.txt b/doc/Nvim-R.txt index e55e0b09..ad6a8205 100644 --- a/doc/Nvim-R.txt +++ b/doc/Nvim-R.txt @@ -5,7 +5,7 @@ Authors: Jakson A. Aquino Jose Claudio Faria -Version: 0.9.12.1 +Version: 0.9.13 For Neovim >= 0.2.0 and Vim >= 8.0.0946 1. Overview |Nvim-R-overview| @@ -3053,7 +3053,7 @@ goal (tested on April, 2017). *Nvim-R-news* 10. News~ -0.9.12.1 (2019-01-01) +0.9.13 (2019-05-05) * Support for Python code in knitr chunks: integration with the R package reticulate and with the jedi-vim plugin.