Skip to content

Commit

Permalink
prepare pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SHAcollision committed Feb 28, 2025
1 parent ec7bf92 commit 9322510
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubky-testnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.95"
http-relay = "0.2.0"
mainline = "5.2.0"
pkarr-relay = "0.5.7"
pubky = { version = "0.4.2", path = "../pubky" }
pubky = { version = "0.4.2-rc.1", path = "../pubky" }
pubky-common = { version = "0.3.1", path = "../pubky-common" }
pubky-homeserver = { version = "0.1.1", path = "../pubky-homeserver" }
tokio = { version = "1.43.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion pubky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pubky"
version = "0.4.2"
version = "0.4.2-rc.1"
edition = "2021"
description = "Pubky core client"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pubky/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@synonymdev/pubky",
"type": "module",
"description": "Pubky client",
"version": "0.4.2.rc1",
"version": "0.4.2-rc1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9322510

Please sign in to comment.