diff options
| author | Fuwn <[email protected]> | 2026-05-27 10:15:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-05-27 10:15:23 +0000 |
| commit | 081e43563fe7cb3d3f9d3cad047b976e3616931f (patch) | |
| tree | 49971959e7c19832b2c9fe3d2cd3f958db6ab723 /gleam.toml | |
| parent | fix: Reject out-of-range digits and surface data directory errors (diff) | |
| download | mayu-081e43563fe7cb3d3f9d3cad047b976e3616931f.tar.xz mayu-081e43563fe7cb3d3f9d3cad047b976e3616931f.zip | |
Diffstat (limited to 'gleam.toml')
| -rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # https://gleam.run/writing-gleam/gleam-toml/. name = "mayu" -version = "0.1.19" +version = "0.1.20" gleam = ">= 1.3.0" description = "Moe-Counter Compatible Website Hit Counter" licenses = ["GPL-3.0-only"] |