From 8a4c044864e71873137db1922a7ffb5021609918 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Wed, 22 May 2024 12:56:23 +0100 Subject: [PATCH] chore: set version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d0dd4ab..53fb23b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cowprotocol/watch-tower", "license": "GPL-3.0-or-later", - "version": "1.3.0", + "version": "2.5.0", "description": "A standalone watch tower, keeping an eye on Composable Cows 👀🐮", "author": { "name": "Cow Protocol" @@ -79,4 +79,4 @@ "npm run lint:fix --" ] } -} \ No newline at end of file +}