diff --git a/addon-info.json b/addon-info.json index a2bf165..77e3f1e 100644 --- a/addon-info.json +++ b/addon-info.json @@ -1,7 +1,7 @@ { "name": "requirements", "description": "the Requirements File Format syntax support for Vim", - "version": "1.7.1", + "version": "1.8.0", "author": "raimon", "repository": { "type": "git", diff --git a/compiler/pip_compile.vim b/compiler/pip_compile.vim index 24aa4fb..988ddec 100644 --- a/compiler/pip_compile.vim +++ b/compiler/pip_compile.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.7.1 +" Version: 1.8.0 " Author: raimon " License: MIT LICENSE " The MIT License (MIT) diff --git a/ftdetect/requirements.vim b/ftdetect/requirements.vim index 71468e2..d00df00 100644 --- a/ftdetect/requirements.vim +++ b/ftdetect/requirements.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.7.1 +" Version: 1.8.0 " Author: raimon " License: MIT LICENSE " The MIT License (MIT) diff --git a/ftplugin/requirements.vim b/ftplugin/requirements.vim index d1e4e67..05906e1 100644 --- a/ftplugin/requirements.vim +++ b/ftplugin/requirements.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.7.1 +" Version: 1.8.0 " Author: raimon " License: MIT LICENSE " The MIT License (MIT) diff --git a/syntax/requirements.vim b/syntax/requirements.vim index 24efeeb..b101123 100644 --- a/syntax/requirements.vim +++ b/syntax/requirements.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.7.1 +" Version: 1.8.0 " Author: raimon " License: MIT LICENSE " The MIT License (MIT)