From 1fd6c43d6edca8021e9c338252d3674db0796fe2 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Wed, 15 May 2019 19:30:50 +0200 Subject: [PATCH] v0.3.2 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b482d98..8a1aa02 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ docs: npm -![npm](https://img.shields.io/npm/v/mailgo.svg?style=flat-square) [![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.3.1/dist/mailgo.min.js) +![npm](https://img.shields.io/npm/v/mailgo.svg?style=flat-square) [![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.3.2/dist/mailgo.min.js) ## what? @@ -22,7 +22,7 @@ add at the end of the `` ``` ... - + ``` @@ -31,7 +31,7 @@ you can also import mailgo in `` using `defer` ``` ... - + ``` diff --git a/package.json b/package.json index 1a87bfc..f7da474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailgo", - "version": "0.3.1", + "version": "0.3.2", "description": "a different mailto", "scripts": { "build": "gulp"