diff --git a/README.md b/README.md index 845ad60..3205644 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@latest/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.2/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 3db9a1e..41b65c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailgo", - "version": "0.2.1", + "version": "0.2.2", "description": "a different mailto", "scripts": { "build": "gulp" diff --git a/src/mailgo.js b/src/mailgo.js index fa1197b..617737d 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -1,4 +1,4 @@ -const version = "0.2.1"; +const version = "0.2.2"; mailgoInit = () => { const styleSheet = document.createElement("link");