Skip to content

Commit 210ba8a

Browse files
committed
vim-composer 0.1.0
1 parent f06a0d5 commit 210ba8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "composer",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"author": "Noah Frederick",
55
"description": "Vim support for Composer PHP projects",
66
"homepage": "https://github.com/noahfrederick/vim-composer"

autoload/composer.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" @public
66
" Get the version number of the @plugin(stylized) plug-in (e.g., '1.0.0').
77
function! composer#version()
8-
return '0.0.0'
8+
return '0.1.0'
99
endfunction
1010

1111
""

0 commit comments

Comments
 (0)