From cdb99cbe78d7ccbe4ed29099e6d12a3519ff2d24 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 8 Sep 2019 11:07:55 -0700 Subject: [PATCH] 1.12.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ba8c9d1..7a2258cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.12.1", + "version": "1.12.2", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",