From e714f2e1155fa6b8ca6bbce8ff5f8baf8b2ad743 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 May 2019 23:26:07 +0000 Subject: [PATCH] chore(release): 0.2.1 [skip ci] ## [0.2.1](https://github.com/growlerapp/webapp/compare/v0.2.0...v0.2.1) (2019-05-27) ### Bug Fixes * update image paths ([effb933](https://github.com/growlerapp/webapp/commit/effb933)) * **splash:** adjust images and sizes ([69f28c4](https://github.com/growlerapp/webapp/commit/69f28c4)) * update manifest fields and icons ([ee54496](https://github.com/growlerapp/webapp/commit/ee54496)) * update pwa icons assets ([6015a56](https://github.com/growlerapp/webapp/commit/6015a56)) * update pwa tags ([f316f22](https://github.com/growlerapp/webapp/commit/f316f22)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a74b4d..9b63a1c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@growlerapp/webapp", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "serve": "vue-cli-service serve",