From 0de6c3a09f8cccad7ef94fe617c79c475084ad29 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 27 May 2019 18:00:56 -0700 Subject: [PATCH] 1.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f16f09..d2807c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "1.7.0", + "version": "1.8.0", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",