From f7ea5d98ad696c9c0472f258f9d9a099acb116ae Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 1 May 2021 10:58:19 -0700 Subject: [PATCH] 1.24.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 088734d1..a8e00f68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.24.2", + "version": "1.24.3", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",