From f246bd10155fbc3b1a9e2fff6c95b21521b09116 Mon Sep 17 00:00:00 2001 From: raimon Date: Sat, 8 Oct 2022 17:14:51 +0900 Subject: [PATCH] Bump version to 1.7.1 --- after/ftplugin/requirements.vim | 2 +- compiler/pip_compile.vim | 2 +- ftdetect/requirements.vim | 2 +- ftplugin/requirements.vim | 2 +- syntax/requirements.vim | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/after/ftplugin/requirements.vim b/after/ftplugin/requirements.vim index f7c0764..2f7b7f1 100644 --- a/after/ftplugin/requirements.vim +++ b/after/ftplugin/requirements.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.6.2 +" Version: 1.7.1 " Author: raimon " License: MIT LICENSE " The MIT License (MIT) diff --git a/compiler/pip_compile.vim b/compiler/pip_compile.vim index 01aea3e..24aa4fb 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.6.2 +" Version: 1.7.1 " Author: raimon " License: MIT LICENSE " The MIT License (MIT) diff --git a/ftdetect/requirements.vim b/ftdetect/requirements.vim index 7857b46..94f5602 100644 --- a/ftdetect/requirements.vim +++ b/ftdetect/requirements.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.6.2 +" Version: 1.7.1 " Author: raimon " License: MIT LICENSE " The MIT License (MIT) diff --git a/ftplugin/requirements.vim b/ftplugin/requirements.vim index e8d77f4..d809074 100644 --- a/ftplugin/requirements.vim +++ b/ftplugin/requirements.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.6.2 +" Version: 1.7.1 " Author: raimon " License: MIT LICENSE " The MIT License (MIT) diff --git a/syntax/requirements.vim b/syntax/requirements.vim index a14a877..3680229 100644 --- a/syntax/requirements.vim +++ b/syntax/requirements.vim @@ -1,5 +1,5 @@ " the Requirements File Format syntax support for Vim -" Version: 1.6.2 +" Version: 1.7.1 " Author: raimon " License: MIT LICENSE " The MIT License (MIT)