Skip to content

Commit d7c5039

Browse files
Vito VanVitoVan
Vito Van
authored andcommitted
bump version to 1.3.1
1 parent 3134205 commit d7c5039

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

.github/workflows/calm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
ls -lah calm
257257
rm *.dmg
258258
export PATH=$PATH:$(pwd)/calm/
259-
export APP_VERSION=1.3.0
259+
export APP_VERSION=1.3.1
260260
export APP_ID=com.vitovan.circles
261261
export APP_NAME=Circles
262262
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -421,7 +421,7 @@ jobs:
421421
ls -lah calm
422422
rm *.dmg
423423
export PATH=$PATH:$(pwd)/calm/
424-
export APP_VERSION=1.3.0
424+
export APP_VERSION=1.3.1
425425
export APP_ID=com.vitovan.fan
426426
export APP_NAME=Fan
427427
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -585,7 +585,7 @@ jobs:
585585
ls -lah calm
586586
rm *.dmg
587587
export PATH=$PATH:$(pwd)/calm/
588-
export APP_VERSION=1.3.0
588+
export APP_VERSION=1.3.1
589589
export APP_ID=com.vitovan.mondrian
590590
export APP_NAME=Mondrian
591591
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
@@ -769,7 +769,7 @@ jobs:
769769
ls -lah calm
770770
rm *.dmg
771771
export PATH=$PATH:$(pwd)/calm/
772-
export APP_VERSION=1.3.0
772+
export APP_VERSION=1.3.1
773773
export APP_ID=com.vitovan.meditator
774774
export APP_NAME=Meditator
775775
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ calm
3131
## Examples
3232

3333
<p align="center">
34-
<a href="https://vitovan.com/calm/1.3.0/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.3.0/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.3.0/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
34+
<a href="https://vitovan.com/calm/1.3.1/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35+
<a href="https://vitovan.com/calm/1.3.1/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36+
<a href="https://vitovan.com/calm/1.3.1/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
3737
</p>
3838

39-
Source files and binaries for the above examples are [here](https://github.com/VitoVan/calm/tree/main/docs/examples) and [here](https://github.com/VitoVan/calm/releases/tag/1.3.0).
39+
Source files and binaries for the above examples are [here](https://github.com/VitoVan/calm/tree/main/docs/examples) and [here](https://github.com/VitoVan/calm/releases/tag/1.3.1).
4040

4141
For more applications made with CALM, please check [Made with CALM](https://github.com/VitoVan/made-with-calm).
4242

README_JA.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ calm
3131
##
3232

3333
<p align="center">
34-
<a href="https://vitovan.com/calm/1.3.0/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35-
<a href="https://vitovan.com/calm/1.3.0/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36-
<a href="https://vitovan.com/calm/1.3.0/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
34+
<a href="https://vitovan.com/calm/1.3.1/fan/calm.html"><img width="250" alt="Fan" src="./docs/examples/fan/canvas.png"></a>
35+
<a href="https://vitovan.com/calm/1.3.1/mondrian/calm.html"><img width="250" alt="Mondrian" src="./docs/examples/mondrian/canvas.png"></a>
36+
<a href="https://vitovan.com/calm/1.3.1/meditator/calm.html"><img width="250" alt="Meditator" src="./docs/examples/meditator/canvas.png"></a>
3737
</p>
3838

39-
上記の例のソースファイルとバイナリは[こちら](https://github.com/VitoVan/calm/tree/main/docs/examples)[こちら](https://github.com/VitoVan/calm/releases/tag/1.3.0)です。
39+
上記の例のソースファイルとバイナリは[こちら](https://github.com/VitoVan/calm/tree/main/docs/examples)[こちら](https://github.com/VitoVan/calm/releases/tag/1.3.1)です。
4040

4141
CALM で作られた他のアプリケーションについては、[Made with CALM](https://github.com/VitoVan/made-with-calm) をご覧ください。
4242

calm.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(asdf:defsystem #:calm
22
:description "CALM - Canvas Aided Lisp Magic"
3-
:version "1.3.0"
3+
:version "1.3.1"
44
:author "Vito Van"
55
:license "GNU General Public License, version 2"
66
:depends-on (

docs/changelog.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
* CALM
2+
** 1.3.1
3+
- fix macos-14 (arm64) codesign problem
4+
https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os/470957#470957
25
** 1.3.0
36
- upgrade SBCL to 2.4.7
47
- add macos-14 (arm64) support

s/usr/all/panic.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; version check won't work on JSCL, since the lack of ASDF
66
;;
77
#-jscl
8-
(let ((required-version "1.3.0")
8+
(let ((required-version "1.3.1")
99
(calm-version (slot-value (asdf:find-system 'calm) 'asdf:version)))
1010
(when (uiop:version< calm-version required-version)
1111
(format t

0 commit comments

Comments
 (0)