From 14762c4a5f212e42784f56836ade5e61afb3fae5 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 23 Nov 2019 15:18:12 -0800 Subject: [PATCH] 1.15.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fe54f3b..d2f4d452 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.15.4", + "version": "1.15.5", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",