From 9bdb723edbe015fbe8058e358eba6421a5be24ab Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 25 Aug 2018 12:54:04 -0700 Subject: [PATCH] 0.7.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 2b4eba3e..46f9faa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinafore", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 341ce059..66299962 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "0.6.2", + "version": "0.7.0", "scripts": { "lint": "standard && standard --plugin html 'routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'routes/**/*.html'",