From 81ae4a2ed0a3638c831a1a09a6124d0c773de634 Mon Sep 17 00:00:00 2001 From: Linguists <95207870+linguists@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:48:44 +0800 Subject: [PATCH] chore: release v1.4.3 --- Cargo.lock | 2 +- contracts/linear/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bd17ff8..9fc52e8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,7 +530,7 @@ checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" [[package]] name = "linear" -version = "1.4.2" +version = "1.4.3" dependencies = [ "near-contract-standards", "near-sdk 4.0.0-pre.7", diff --git a/contracts/linear/Cargo.toml b/contracts/linear/Cargo.toml index ffbb6f52..e116de12 100644 --- a/contracts/linear/Cargo.toml +++ b/contracts/linear/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linear" -version = "1.4.2" +version = "1.4.3" authors = ["linguists", "dongcool"] edition = "2018" publish = false