We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06a0d5 commit 210ba8aCopy full SHA for 210ba8a
addon-info.json
@@ -1,6 +1,6 @@
1
{
2
"name": "composer",
3
- "version": "0.0.0",
+ "version": "0.1.0",
4
"author": "Noah Frederick",
5
"description": "Vim support for Composer PHP projects",
6
"homepage": "https://github.com/noahfrederick/vim-composer"
autoload/composer.vim
@@ -5,7 +5,7 @@
" @public
" Get the version number of the @plugin(stylized) plug-in (e.g., '1.0.0').
7
function! composer#version()
8
- return '0.0.0'
+ return '0.1.0'
9
endfunction
10
11
""
0 commit comments