aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-14 08:26:05 +0000
committerFuwn <[email protected]>2024-05-14 08:34:06 +0000
commitc9579e86eabbcea0fd4d72935119ca0b76d1268f (patch)
tree2ad6fb8af0954272f4dc24ce62c49459b162cc60 /gleam.toml
parentfix(database): non-constant defaults sqlite (diff)
downloadmayu-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 38d8da7..5ae82f0 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"]