Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
bump versions (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunningham authored Jul 18, 2023
1 parent c75fc3f commit f4813c4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kepler"
version = "0.1.0"
version = "0.2.0"
authors = ["Spruce Systems, Inc."]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion kepler-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sea-orm-migration = { version = "0.11", default-features = false }
futures = { default-features = false, version = "0.3", features = ["alloc", "std"] }
pin-project = "1"
time = "0.3"
kepler-lib = { version = "0.1", path = "../lib" }
kepler-lib = { version = "0.2", path = "../lib" }
libp2p = { version = "0.52.1", default-features = false, features = ["ed25519"] }
thiserror = "1"
ssi = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions kepler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
# path = "./kepler/blocks"

[global.keys]
type = "Static"
secret = "U29tZSBsb25nIHBpZWNlIG9mIGVudHJvcHkgd2hpY2ggaXMgYSBzZWNyZXQgYW5kIG1vcmUgdGhhbiAzMiBieXRlcw"
# type = "Static"
# secret = "U29tZSBsb25nIHBpZWNlIG9mIGVudHJvcHkgd2hpY2ggaXMgYSBzZWNyZXQgYW5kIG1vcmUgdGhhbiAzMiBieXRlcw"

[global.orbits]
## Orbit allow list api endpoint
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kepler-lib"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sdk-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kepler-sdk-wasm"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kepler-sdk"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit f4813c4

Please sign in to comment.