diff --git a/.gitignore b/.gitignore index c8a7c48..d85b1c7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,10 @@ *.zip visp +visp-macos-arm64 + +# Release files +CHANGELOG.md # Ignore ASDF index system-index.txt diff --git a/visp.asd b/visp.asd index fbbfaeb..8b0399f 100644 --- a/visp.asd +++ b/visp.asd @@ -1,6 +1,6 @@ (defsystem "visp" :description "Minimal ffmpeg wrapper CLI tool written in Common Lisp" - :version "0.2.0" + :version "0.3.0" :author "ogrew" :license "MIT" :depends-on (:uiop)