Skip to content

Commit

Permalink
Bump versions and update authors (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en authored Feb 9, 2025
1 parent 5f3587d commit 4e741af
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions near/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 near/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
authors = ["Near One <info@nearone.org>"]
repository = "https://github.com/Near-One/omni-bridge"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion near/mock/mock-prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mock-prover"
version = "0.1.0"
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
authors = ["Near One <info@nearone.org>"]
edition = "2021"
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion near/mock/mock-token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mock-token"
version = "0.1.0"
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
authors = ["Near One <info@nearone.org>"]
edition = "2021"
publish = false
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions near/omni-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omni-bridge"
version = "0.1.0"
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
version = "0.2.1"
authors = ["Near One <info@nearone.org>"]
edition = "2021"
publish = false
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions near/omni-prover/evm-prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "evm-prover"
version = "0.1.0"
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
version = "0.2.1"
authors = ["Near One <info@nearone.org>"]
edition = "2021"
repository.workspace = true

Expand Down
4 changes: 2 additions & 2 deletions near/omni-prover/omni-prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omni-prover"
version = "2.0.0"
authors = ["Near Inc <[email protected]>"]
version = "0.2.1"
authors = ["Near One <[email protected]>"]
edition = "2021"
repository.workspace = true

Expand Down
4 changes: 2 additions & 2 deletions near/omni-prover/wormhole-omni-prover-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wormhole-omni-prover-proxy"
version = "2.0.0"
authors = ["Near Inc <[email protected]>"]
version = "0.2.1"
authors = ["Near One <[email protected]>"]
edition = "2021"
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion near/omni-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omni-tests"
version = "0.1.0"
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
authors = ["Near One <info@nearone.org>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion near/omni-token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omni-token"
version = "0.1.0"
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
authors = ["Near One <info@nearone.org>"]
edition = "2021"
publish = false
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion near/omni-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omni-types"
version = "2.0.0"
authors = ["Near Inc <[email protected]>"]
authors = ["Near One <[email protected]>"]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion near/token-deployer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "token-deployer"
version = "0.1.0"
authors = ["Karim Alabtakh <karim.alabtakh@nearone.org>"]
authors = ["Near One <info@nearone.org>"]
edition = "2021"
publish = false
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion omni-relayer/Cargo.lock

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bridge_token_factory"
version = "0.1.0"
version = "0.2.1"
description = "Created with Anchor"
edition = "2021"

Expand Down

0 comments on commit 4e741af

Please sign in to comment.