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