Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vito Van authored and VitoVan committed Aug 7, 2024
1 parent 3134205 commit d7c5039
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/calm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
ls -lah calm
rm *.dmg
export PATH=$PATH:$(pwd)/calm/
export APP_VERSION=1.3.0
export APP_VERSION=1.3.1
export APP_ID=com.vitovan.circles
export APP_NAME=Circles
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
ls -lah calm
rm *.dmg
export PATH=$PATH:$(pwd)/calm/
export APP_VERSION=1.3.0
export APP_VERSION=1.3.1
export APP_ID=com.vitovan.fan
export APP_NAME=Fan
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
ls -lah calm
rm *.dmg
export PATH=$PATH:$(pwd)/calm/
export APP_VERSION=1.3.0
export APP_VERSION=1.3.1
export APP_ID=com.vitovan.mondrian
export APP_NAME=Mondrian
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
Expand Down Expand Up @@ -769,7 +769,7 @@ jobs:
ls -lah calm
rm *.dmg
export PATH=$PATH:$(pwd)/calm/
export APP_VERSION=1.3.0
export APP_VERSION=1.3.1
export APP_ID=com.vitovan.meditator
export APP_NAME=Meditator
# switch dir, this is unnecessary if you are already at the same dir with canvas.lisp
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ calm
## Examples

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

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).
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).

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

Expand Down
8 changes: 4 additions & 4 deletions README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ calm
##

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

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

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

Expand Down
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 Aided Lisp Magic"
:version "1.3.0"
:version "1.3.1"
:author "Vito Van"
:license "GNU General Public License, version 2"
:depends-on (
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* CALM
** 1.3.1
- fix macos-14 (arm64) codesign problem
https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os/470957#470957
** 1.3.0
- upgrade SBCL to 2.4.7
- add macos-14 (arm64) support
Expand Down
2 changes: 1 addition & 1 deletion s/usr/all/panic.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; version check won't work on JSCL, since the lack of ASDF
;;
#-jscl
(let ((required-version "1.3.0")
(let ((required-version "1.3.1")
(calm-version (slot-value (asdf:find-system 'calm) 'asdf:version)))
(when (uiop:version< calm-version required-version)
(format t
Expand Down

0 comments on commit d7c5039

Please sign in to comment.