diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 08ac537..fcef56a 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -2443,7 +2443,7 @@ dependencies = [ [[package]] name = "serum-dev-tools" -version = "1.0.3" +version = "1.0.4" dependencies = [ "anchor-client", "anyhow", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5b94509..507e31a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serum-dev-tools" -version = "1.0.3" +version = "1.0.4" edition = "2021" authors = ["Sayantan Karmakar "] homepage = "https://github.com/project-serum/serum-dev-tools" diff --git a/ts/package.json b/ts/package.json index 3b555a1..6861229 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@project-serum/serum-dev-tools", - "version": "1.0.3", + "version": "1.0.4", "description": "developer tooling suite for building on serum", "repository": { "type": "git",