From ef5fb4ce0cf4bf7afc80735cbf6bc34366eb5373 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 16 Feb 2019 15:39:00 -0800 Subject: [PATCH] 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0185c6..aa494a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.1.0", + "version": "1.2.0", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",