Skip to content

Commit

Permalink
chore: check windows test result
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Jun 18, 2024
1 parent e0f56e5 commit 99a4b30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
echo "===============PATH==============="
echo $env:PATH
echo "===============PATH==============="
elixirc.bat -v
elixirc.bat hello.ex
4 changes: 2 additions & 2 deletions metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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,
Expand Down

0 comments on commit 99a4b30

Please sign in to comment.