From 8834580ce6b42c8a5b2a226b4ad4a55bb12ffe77 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Thu, 9 May 2019 15:02:14 +0200 Subject: [PATCH] aggiornato README e package per new version --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7a53ca..1608ba0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ mailgo will substitute all the `mailto:` links with the **mailgo modal**, in less than 7KB -[![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://cdn.jsdelivr.net/npm/mailgo@0.2.3/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://cdn.jsdelivr.net/npm/mailgo@0.2.5/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 2cba67c..2152581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailgo", - "version": "0.2.4", + "version": "0.2.5", "description": "a different mailto", "scripts": { "build": "gulp"