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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Nov 7, 2022
1 parent a960c95 commit 44865ec
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions offchain/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 offchain/contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contracts"
license = "Apache-2.0"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
authors = [
"Gabriel Coutinho <gabriel.coutinho@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rollups-data"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
authors = ["marko atanasievski <marko.atanasievski@cartesi.io>"]
Expand Down
2 changes: 1 addition & 1 deletion offchain/dispatcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dispatcher"
license = "Apache-2.0"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
authors = [
"Felipe Argento <felipe.argento@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indexer"
license = "Apache-2.0"
version = "0.6.1"
version = "0.7.0"
authors = ["victornogueira <victor.nogueira@cartesi.io>", "marko atanasievski <marko.atanasievski@cartesi.io>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion offchain/inspect-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "inspect-server"
license = "Apache-2.0"
version = "0.6.1"
version = "0.7.0"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion offchain/reader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reader"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
authors = ["marko atanasievski <marko.atanasievski@cartesi.io>"]
Expand Down
2 changes: 1 addition & 1 deletion offchain/state-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "state-server"
license = "Apache-2.0"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
authors = [
"Gabriel Coutinho <gabriel.coutinho@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "types"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
authors = [
"Felipe Argento <felipe.argento@cartesi.io>",
Expand Down
4 changes: 2 additions & 2 deletions onchain/rollups-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups-cli",
"version": "0.6.1",
"version": "0.7.0",
"description": "Rollups CLI",
"main": "dist/cli.js",
"repository": "https://github.com/cartesi/rollups",
Expand All @@ -15,7 +15,7 @@
"start": "ts-node src/cli.ts"
},
"dependencies": {
"@cartesi/rollups": "^0.6.1",
"@cartesi/rollups": "^0.7.0",
"ethers": "^5.7.2",
"fs-extra": "^10.1.0",
"yargs": "^17.6.0"
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups",
"version": "0.6.1",
"version": "0.7.0",
"scripts": {
"build": "run-s compile export",
"clean:ignored": "rimraf artifacts cache coverage deployments/localhost dist generated-src src/types/*",
Expand Down

0 comments on commit 44865ec

Please sign in to comment.