Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump versions and update authors #240

Merged
merged 1 commit into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <hello@nearprotocol.com>"]
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/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 <hello@nearprotocol.com>"]
version = "0.2.1"
authors = ["Near One <info@nearone.org>"]
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 <hello@nearprotocol.com>"]
authors = ["Near One <info@nearone.org>"]
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
Loading