Skip to content

Commit

Permalink
bump version to 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Feb 16, 2023
1 parent cdff355 commit d356d00
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.26"
:version "0.0.27"
: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.26
export APP_VERSION=0.0.27

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 d356d00

Please sign in to comment.