diff options
| author | Fuwn <[email protected]> | 2024-05-14 08:26:05 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-14 08:34:06 +0000 |
| commit | c9579e86eabbcea0fd4d72935119ca0b76d1268f (patch) | |
| tree | 2ad6fb8af0954272f4dc24ce62c49459b162cc60 /gleam.toml | |
| parent | fix(database): non-constant defaults sqlite (diff) | |
| download | mayu-c9579e86eabbcea0fd4d72935119ca0b76d1268f.tar.xz mayu-c9579e86eabbcea0fd4d72935119ca0b76d1268f.zip | |
docs(gleam): bump version to 0.1.1v0.1.1
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.0" +version = "0.1.1" gleam = ">= 1.1.0" description = "Moe-Counter Compatible Website Hit Counter" licenses = ["GPL-3.0-only"] |