From d40cd429e07eb6fa6f28163a8b865b4e7b06b964 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 7 Jul 2020 07:43:37 -0700 Subject: [PATCH] 1.18.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f350330..4c58a2a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.18.0", + "version": "1.18.1", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",