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.