From 2c1049732e3de65f630da130c4ae8301fe65f3c5 Mon Sep 17 00:00:00 2001 From: Sayantan Karmakar Date: Wed, 22 Jun 2022 17:56:49 +0530 Subject: [PATCH] v1.0.4 --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- ts/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",