aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gleam.toml b/gleam.toml
index 1bf43ee..6fd1583 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "wechat_dev_tools"
-version = "1.0.1"
+version = "1.0.2"
description = "Tools to develop wechat miniprogram in gleam"
target = "javascript"
@@ -8,7 +8,7 @@ target = "javascript"
#
licences = ["MIT"]
repository = { type = "github", user = "kaiwu", repo = "wechat_dev_tools" }
-gleam = ">= 0.32.0"
+gleam = ">= 1.9.0"
links = [{ title = "Wechat Miniprogram", href = "https://developers.weixin.qq.com/miniprogram/en/dev/framework/" }]
#
# For a full reference of all the available options, you can have a look at