Skip to content

Commit

Permalink
Merge pull request #149 from cxw42/issue-143
Browse files Browse the repository at this point in the history
Bump versions (#143)
  • Loading branch information
cxw42 authored Jun 2, 2020
2 parents 0818c7e + 76ddcd3 commit 0a3c1d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autoload/editorconfig_core.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" autoload/editorconfig_core.vim: top-level functions for
" editorconfig-core-vimscript and editorconfig-vim.

" Copyright (c) 2018-2019 EditorConfig Team, including Chris White {{{1
" Copyright (c) 2018-2020 EditorConfig Team, including Chris White {{{1
" All rights reserved.
"
" Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -44,7 +44,7 @@ endif
" The latest version of the specification that we support.
" See discussion at https://github.com/editorconfig/editorconfig/issues/395
function! editorconfig_core#version()
return [0,12,2]
return [0,13,0]
endfunction

" === CLI =============================================================== {{{1
Expand Down
2 changes: 1 addition & 1 deletion doc/editorconfig.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*editorconfig.txt*

File: editorconfig.txt
Version: 1.1.0-beta
Version: 1.1.1
Maintainer: EditorConfig Team <http://editorconfig.org>
Description: EditorConfig vim plugin

Expand Down

0 comments on commit 0a3c1d8

Please sign in to comment.