v0.3.2
This commit is contained in:
parent
f64250cb31
commit
1fd6c43d6e
@ -5,7 +5,7 @@
|
||||
|
||||
docs: <a href="https://www.npmjs.com/package/mailgo">npm</a>
|
||||
|
||||
 [](https://unpkg.com/mailgo@0.3.1/dist/mailgo.min.js)
|
||||
 [](https://unpkg.com/mailgo@0.3.2/dist/mailgo.min.js)
|
||||
|
||||
## what?
|
||||
|
||||
@ -22,7 +22,7 @@ add at the end of the `<body>`
|
||||
```
|
||||
<body>
|
||||
...
|
||||
<script src="https://unpkg.com/mailgo@0.3.1/dist/mailgo.min.js"></script>
|
||||
<script src="https://unpkg.com/mailgo@0.3.2/dist/mailgo.min.js"></script>
|
||||
</body>
|
||||
```
|
||||
|
||||
@ -31,7 +31,7 @@ you can also import mailgo in `<head>` using `defer`
|
||||
```
|
||||
<head>
|
||||
...
|
||||
<script src="https://unpkg.com/mailgo@0.3.1/dist/mailgo.min.js" defer></script>
|
||||
<script src="https://unpkg.com/mailgo@0.3.2/dist/mailgo.min.js" defer></script>
|
||||
</head>
|
||||
```
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mailgo",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "a different mailto",
|
||||
"scripts": {
|
||||
"build": "gulp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user