Skip to content

Commit 1b72d21

Browse files
committed
fix version
1 parent b783617 commit 1b72d21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gleam.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "wechat_dev_tools"
2-
version = "0.1.0"
2+
version = "1.0.0"
33
description = "tools to develop wechat miniprogram in gleam"
44
target = "javascript"
55

66
# Fill out these fields if you intend to generate HTML documentation or publish
77
# your project to the Hex package manager.
88
#
9-
licences = ["Apache-2.0"]
9+
licences = ["MIT"]
1010
repository = { type = "github", user = "kaiwu", repo = "wechat_dev_tools" }
1111
gleam = ">= 0.32.0"
12-
# links = [{ title = "Website", href = "" }]
12+
links = [{ title = "Wechat Miniprogram", href = "https://developers.weixin.qq.com/miniprogram/en/dev/framework/" }]
1313
#
1414
# For a full reference of all the available options, you can have a look at
1515
# https://gleam.run/writing-gleam/gleam-toml/.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleam-wechat-dev-tools",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "build wechat miniprogram with gleam",
55
"scripts": {
66
"build": "gleam run -m build",

0 commit comments

Comments
 (0)