From c4c70dfd89be9c71fcf9c8e0d7fec324c55db1ac Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 19 Aug 2018 20:43:50 -0700 Subject: [PATCH] 0.6.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0433bdf..5c611ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinafore", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28c1b97..7710fe4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "0.5.2", + "version": "0.6.0", "scripts": { "lint": "standard && standard --plugin html 'routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'routes/**/*.html'",