Skip to content

Commit

Permalink
bump version to 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Feb 11, 2023
1 parent 91ddf55 commit fa5258e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calm.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(asdf:defsystem #:calm
:description "CALM - Canvas And Lisp Magic"
:version "0.0.21"
:version "0.0.22"
:author "Vito Van"
:license "GNU General Public License, version 2"
:depends-on (
Expand Down
2 changes: 1 addition & 1 deletion sh/darwin/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
fi

export APP_ICON=./build/calm.icns
export APP_VERSION=0.0.21
export APP_VERSION=0.0.22

mkdir calm-dist
cp -R {calm,calm.c,build,entry.lisp,src,lib,sh,quicklisp,README.md,calm.asd,sbcl,images,LICENSE} ./calm-dist/
Expand Down

0 comments on commit fa5258e

Please sign in to comment.