From cc4f6a4db667b0d4f95e8e0b80b3b7f7f9b202ca Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 24 Jul 2019 20:01:27 -0700 Subject: [PATCH] 1.11.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57cee731..f9f2bbb4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.11.4", + "version": "1.11.5", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",