Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
*.zip

visp
visp-macos-arm64

# Release files
CHANGELOG.md

# Ignore ASDF index
system-index.txt
Expand Down
2 changes: 1 addition & 1 deletion visp.asd
Original file line number Diff line number Diff line change
@@ -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)
Expand Down