aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-12-08 13:58:49 -0800
committermitermayer <mitermayer.reis@gmail.com>2017-12-08 13:58:49 -0800
commitb29d4f6bcbf5b1c72efeddf9feb74aaab86548a1 (patch)
tree0e0ae011ac5f79a10082e666e4aa8afcdafb3666
parentf71d8955d40201f44c91ab723380713615cd916d (diff)
downloadvim-prettier-0.2.6.tar.xz
release 0.2.60.2.6
-rw-r--r--autoload/prettier.vim2
-rw-r--r--doc/prettier.txt2
-rw-r--r--package.json2
-rw-r--r--plugin/prettier.vim4
4 files changed, 5 insertions, 5 deletions
diff --git a/autoload/prettier.vim b/autoload/prettier.vim
index a01ebf3..abe6952 100644
--- a/autoload/prettier.vim
+++ b/autoload/prettier.vim
@@ -5,7 +5,7 @@
" Name Of File: prettier.vim
" Description: A vim plugin wrapper for prettier, pre-configured with custom default prettier settings.
" Maintainer: Mitermayer Reis <mitermayer.reis at gmail.com>
-" Version: 0.2.5
+" Version: 0.2.6
" Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier
"
"==========================================================================================================
diff --git a/doc/prettier.txt b/doc/prettier.txt
index e336da3..1aff9c5 100644
--- a/doc/prettier.txt
+++ b/doc/prettier.txt
@@ -8,7 +8,7 @@ Author: Mitermayer Reis <mitermayer.reis@gmail.com>
WebSite: https://prettier.io/
Repository: https://github.com/prettier/vim-prettier
License: MIT style license
-Version: 0.2.5
+Version: 0.2.6
==============================================================================
CONTENTS *vim-prettier-contents*
diff --git a/package.json b/package.json
index feda1a8..31cd48c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vim-prettier",
"author": "Mitermayer Reis <mitermayer.reis@gmail.com>",
- "version": "0.2.5",
+ "version": "0.2.6",
"description": "Vim plugin for prettier",
"license": "MIT",
"repository": {
diff --git a/plugin/prettier.vim b/plugin/prettier.vim
index ef60eaf..7277672 100644
--- a/plugin/prettier.vim
+++ b/plugin/prettier.vim
@@ -5,7 +5,7 @@
" Name Of File: prettier.vim
" Description: A vim plugin wrapper for prettier, pre-configured with custom default prettier settings.
" Maintainer: Mitermayer Reis <mitermayer.reis at gmail.com>
-" Version: 0.2.5
+" Version: 0.2.6
" Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier
"
"==========================================================================================================
@@ -67,7 +67,7 @@ command! -nargs=? -range=% Prettier call prettier#Prettier(g:prettier#exec_cmd_a
command! -nargs=? -range=% PrettierAsync call prettier#Prettier(1, <line1>, <line2>)
" prints vim-prettier version
-command! -nargs=? -range=% PrettierVersion echom '0.2.5'
+command! -nargs=? -range=% PrettierVersion echom '0.2.6'
" call prettier cli
command! -nargs=? -range=% PrettierCli call prettier#PrettierCli(<q-args>)