Skip to content

Commit

Permalink
0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitermayer committed Oct 7, 2017
1 parent 0a56224 commit a02e63d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vim-prettier",
"author": "Mitermayer Reis <[email protected]>",
"version": "0.2.0",
"version": "0.2.1",
"description": "Vim plugin for prettier",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions plugin/prettier.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
" Version: 0.2.1
" Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier
"
"==========================================================================================================
Expand Down Expand Up @@ -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.0'
command! -nargs=? -range=% PrettierVersion echom '0.2.1'

" call prettier cli
command! -nargs=? -range=% PrettierCli call prettier#PrettierCli(<q-args>)
Expand Down

0 comments on commit a02e63d

Please sign in to comment.