From bf9ad3d7f25c0eaf0a5f89eec7a0a370833cea16 Mon Sep 17 00:00:00 2001 From: gzeon Date: Tue, 5 Dec 2023 19:42:52 +0900 Subject: [PATCH] release: v1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 573a2187ab..dc16eb10c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arbitrum/token-bridge-contracts", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "scripts": { "prepublishOnly": "hardhat clean && hardhat compile",