aboutsummaryrefslogtreecommitdiff
path: root/plugin/prettier.vim
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2018-11-05 12:28:45 -0800
committermitermayer <mitermayer.reis@gmail.com>2019-08-25 21:13:28 -0700
commit4177c919e7f7eb33855e118c4a85571af1bd9a42 (patch)
treef1379e5a0ea12e8f3afb320f7fbab25185d3bdad /plugin/prettier.vim
parent98b6fb2a77670bfd3f8fce627f5e5c1935cb82ad (diff)
downloadvim-prettier-4177c919e7f7eb33855e118c4a85571af1bd9a42.tar.xz
Bumping 1.0 tag to alpha
Diffstat (limited to 'plugin/prettier.vim')
-rw-r--r--plugin/prettier.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/prettier.vim b/plugin/prettier.vim
index 4a3db64..bad2ab0 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.6
+" Version: 1.0.0-alpha
" Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier
"
"==========================================================================================================
@@ -100,7 +100,7 @@ command! -nargs=? -range=% Prettier call prettier#Prettier(g:prettier#exec_cmd_a
command! -nargs=? -range=% PrettierAsync call prettier#Prettier(1, <line1>, <line2>, g:prettier#partial_format)
" prints vim-prettier version
-command! -nargs=? -range=% PrettierVersion echom '0.2.6'
+command! -nargs=? -range=% PrettierVersion echom '1.0.0-alpha'
" call prettier cli
command! -nargs=? -range=% PrettierCli call prettier#PrettierCli(<q-args>)