Skip to content

Commit 14fd794

Browse files
authored
Chore: Bump version to v0.1.0 (#85)
Signed-off-by: t1-bot <engineering@t1protocol.com>
1 parent f254007 commit 14fd794

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@t1protocol/t1-contracts",
33
"description": "Solidity code for T1's L1 bridge and rollup contracts, plus L2 bridge and pre-deployed contracts.",
4-
"version": "0.0.6",
4+
"version": "0.1.0",
55
"license": "MIT",
66
"author": {
77
"name": "t1 Labs",

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "t1",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "A monorepo containing all major components of the t1 protocol",
55
"license": "MIT",
66
"author": {

reth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "t1-reth"
6-
version = "0.0.6"
6+
version = "0.1.0"
77
edition = "2021"
88

99
[dependencies]

0 commit comments

Comments
 (0)