diff options
| author | Fuwn <[email protected]> | 2026-01-14 03:30:19 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-14 03:30:19 +0000 |
| commit | ced01029c50f262b8a369392ba5b39735901f952 (patch) | |
| tree | 39edbc2af25dca263c081535bc1143ffff0dc1cd | |
| parent | perf: Optimise database queries and reduce I/O operations (diff) | |
| download | mayu-ced01029c50f262b8a369392ba5b39735901f952.tar.xz mayu-ced01029c50f262b8a369392ba5b39735901f952.zip | |
| -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.17" +version = "0.1.18" gleam = ">= 1.2.0" description = "Moe-Counter Compatible Website Hit Counter" licenses = ["GPL-3.0-only"] |