From cf52b9efc2ec19adf8a9a34bb6ce6a5deae5ee74 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 20 Jul 2019 08:17:12 -0700 Subject: [PATCH] 1.11.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c10df6d..9623803c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.11.3", + "version": "1.11.4", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",