From 6f0a22bfde92be119fa094a92afc0a8befd2532d Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Wed, 18 Sep 2019 23:47:44 +0200 Subject: [PATCH] v0.7.0 --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ab6f0b3..07aaa0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailgo", - "version": "0.6.10", - "description": "a different mailto", + "version": "0.7.0", + "description": "a different mailto: and another tel:", "scripts": { "build": "gulp && webpack", "test": "jest" @@ -14,7 +14,9 @@ "module": "./mailgo.js", "keywords": [ "mailto", - "mail" + "mail", + "tel", + "callto" ], "author": "Matteo Manzinello", "license": "MIT",