From 16c1c686fb25305b047b05ef06973f82c6fc89a2 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 28 Apr 2018 14:54:32 -0700 Subject: [PATCH] 0.3.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 8cae9da..363a826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinafore", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 18ac3c1..ca8561e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "0.2.3", + "version": "0.3.0", "scripts": { "lint": "standard && standard --plugin html 'routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'routes/**/*.html'",