From 692e11bf9b2df0b500166289e86c6cb2a61eaa0f Mon Sep 17 00:00:00 2001 From: Louis Grasset Date: Sun, 22 Oct 2023 21:12:05 +0200 Subject: [PATCH] chore: release v1.1.1 (#89) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cb94ea..9331036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touitomamout", - "version": "1.1.0", + "version": "1.1.1", "description": "An easy way to synchronize your Twitter's tweets to Mastodon & Bluesky posts.", "scripts": { "lint": "eslint src/ --ext .ts",