diff --git a/package-lock.json b/package-lock.json index 572b6ee7..4f47b830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinafore", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5646b264..66f8d036 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinafore", "description": "Alternative web client for Mastodon", - "version": "0.17.0", + "version": "0.18.0", "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", "lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",