Implement mix update script

This commit is contained in:
Nuno Freire
2022-09-01 14:56:28 +01:00
parent d6c83ab9a5
commit 788c3c92b0
6 changed files with 179 additions and 2 deletions

7
config/config.exs Normal file
View File

@ -0,0 +1,7 @@
import Config
config :heroicons,
version: "2.0.0",
another: [
args: ["--version"]
]