From 99a4b30e951996fd6b1edca74e054da3d2f3ea46 Mon Sep 17 00:00:00 2001 From: yeshan333 Date: Tue, 18 Jun 2024 21:28:33 +0800 Subject: [PATCH] chore: check windows test result --- .github/workflows/e2e_test.yaml | 2 +- metadata.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_test.yaml b/.github/workflows/e2e_test.yaml index 2336b8d..8274b51 100644 --- a/.github/workflows/e2e_test.yaml +++ b/.github/workflows/e2e_test.yaml @@ -108,4 +108,4 @@ jobs: echo "===============PATH===============" echo $env:PATH echo "===============PATH===============" - elixirc.bat -v + elixirc.bat hello.ex diff --git a/metadata.lua b/metadata.lua index 42015cf..38a7eb3 100644 --- a/metadata.lua +++ b/metadata.lua @@ -5,7 +5,7 @@ PLUGIN = {} --- Plugin name PLUGIN.name = "elixir" --- Plugin version -PLUGIN.version = "0.3.0" +PLUGIN.version = "0.4.0" --- Plugin homepage PLUGIN.homepage = "https://github.com/version-fox/vfox-elixir" --- Plugin license, please choose a correct license according to your needs. @@ -21,7 +21,7 @@ NOTE: If the plugin is not compatible with the current vfox version, vfox will not load the plugin and prompt the user to upgrade vfox. --]] -PLUGIN.minRuntimeVersion = "0.3.0" +PLUGIN.minRuntimeVersion = "0.5.3" --[[ NOTE: If configured, vfox will check for updates to the plugin at this address,