Skip to content

Commit 76ddcd3

Browse files
committed
Bump versions (#143)
- plugin version -> 1.1.1 (non-beta) - supported EC version -> 0.13.0
1 parent 0818c7e commit 76ddcd3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

autoload/editorconfig_core.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" autoload/editorconfig_core.vim: top-level functions for
22
" editorconfig-core-vimscript and editorconfig-vim.
33

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

5050
" === CLI =============================================================== {{{1

doc/editorconfig.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*editorconfig.txt*
22

33
File: editorconfig.txt
4-
Version: 1.1.0-beta
4+
Version: 1.1.1
55
Maintainer: EditorConfig Team <http://editorconfig.org>
66
Description: EditorConfig vim plugin
77

0 commit comments

Comments
 (0)