Skip to content

Commit 5eec9ce

Browse files
authored
add special variables *calm-window* and *calm-redraw* (#135)
* feat: expose *calm-window* variable * feat: expose *calm-redraw* variable * bump version to 1.1.0
1 parent 2d8caf1 commit 5eec9ce

File tree

7 files changed

+111
-57
lines changed

7 files changed

+111
-57
lines changed

.github/workflows/calm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
ls -lah calm
236236
rm *.dmg
237237
export PATH=$PATH:$(pwd)/calm/
238-
export APP_VERSION=1.0.1
238+
export APP_VERSION=1.1.0
239239
export APP_ID=com.vitovan.circles
240240
export APP_NAME=Circles
241241
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -391,7 +391,7 @@ jobs:
391391
ls -lah calm
392392
rm *.dmg
393393
export PATH=$PATH:$(pwd)/calm/
394-
export APP_VERSION=1.0.1
394+
export APP_VERSION=1.1.0
395395
export APP_ID=com.vitovan.fan
396396
export APP_NAME=Fan
397397
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -546,7 +546,7 @@ jobs:
546546
ls -lah calm
547547
rm *.dmg
548548
export PATH=$PATH:$(pwd)/calm/
549-
export APP_VERSION=1.0.1
549+
export APP_VERSION=1.1.0
550550
export APP_ID=com.vitovan.mondrian
551551
export APP_NAME=Mondrian
552552
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -704,7 +704,7 @@ jobs:
704704
ls -lah calm
705705
rm *.dmg
706706
export PATH=$PATH:$(pwd)/calm/
707-
export APP_VERSION=1.0.1
707+
export APP_VERSION=1.1.0
708708
export APP_ID=com.vitovan.meditator
709709
export APP_NAME=Meditator
710710
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp

0 commit comments

Comments
 (0)