From ec683496b9a90683c72409057cc33f25ae1fffc9 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Fri, 10 May 2019 16:03:14 +0200 Subject: [PATCH] v0.2.7 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef7a534..68ab29a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ mailgo will substitute all the `mailto:` links with the **mailgo modal** -[![mailgo.min.js size](https://img.shields.io/github/size/manzinello/mailgo/dist/mailgo.min.js.svg?label=mailgo.min.js&style=flat-square)](https://unpkg.com/mailgo@0.2.6/dist/mailgo.min.js) +[![mailgo.min.js size](https://img.shields.io/github/size/manzinello/mailgo/dist/mailgo.min.js.svg?label=mailgo.min.js&style=flat-square)](https://unpkg.com/mailgo@0.2.7/dist/mailgo.min.js) mailgo modal @@ -20,7 +20,7 @@ add at the end of the `` ``` ... - + ``` @@ -29,7 +29,7 @@ you can also import mailgo in `` using `defer` ``` ... - + ``` diff --git a/package.json b/package.json index acc5722..9df49d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailgo", - "version": "0.2.6", + "version": "0.2.7", "description": "a different mailto", "scripts": { "build": "gulp"