Skip to content

Commit

Permalink
[documentation] fix doc, version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Izumiya committed Nov 14, 2024
1 parent dd2f79e commit 304da6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pon2.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.23.13"
version = "0.23.14"
author = "Keisuke Izumiya"
description = "Application for Puyo Puyo and Nazo Puyo"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/pon2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## | `-d:pon2.avx2=<bool>` | Use AVX2 instructions. | `true` |
## | `-d:pon2.bmi2=<bool>` | Use BMI2 instructions. | `true` |
## | `-d:pon2.fqdn=<str>` | FQDN of the web IDE. | `24ik.github.io` |
## | `-d:pon2.path=<str>` | URI path of the web IDE. | `/pon2/` |
## | `-d:pon2.path=<str>` | URI path of the web simulator. | `/pon2/` |
## | `-d:pon2.workerfilename=<str>` | File name of the web worker. | `worker.min.js` |
## | `-d:pon2.assets.native=<str>` | Assets directory for native app. | `<Pon2Root>/assets` |
## | `-d:pon2.assets.web=<str>` | Assets directory for web app. | `./assets` |
Expand Down

0 comments on commit 304da6f

Please sign in to comment.