Skip to content

Commit 56ae968

Browse files
v1.2.0-rc.1
1 parent ef1d4f8 commit 56ae968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cynthia_websites_mini_client/gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cynthia_websites_mini_client"
22
target = "javascript"
33
gleam = ">= 1.9.0"
4-
version = "1.2.0-rc"
4+
version = "1.2.0-rc.1"
55
description = "The Cynthia Mini client."
66
licences = ["AGPL-3.0"]
77
repository = { type = "github", user = "CynthiaWebsiteEngine", repo = "Mini", path = "cynthia_websites_mini_client" }

cynthia_websites_mini_server/gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cynthia_websites_mini_server"
22
target = "javascript"
33
gleam = ">= 1.9.0"
4-
version = "1.2.0-rc"
4+
version = "1.2.0-rc.1"
55

66
description = "The Cynthia Mini server."
77
licences = ["AGPL-3.0"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cynthiaweb/cynthiaweb-mini",
3-
"version": "1.2.0-rc",
3+
"version": "1.2.0-rc.1",
44
"license": "AGPL-3.0-only",
55
"repository": {
66
"url": "git+https://github.com/CynthiaWebsiteEngine/Mini.git"

0 commit comments

Comments
 (0)