fix error in README (version), v0.4.1
This commit is contained in:
parent
92f061f87c
commit
23493532c1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
 [](https://unpkg.com/mailgo@0.4.4/dist/mailgo.min.js) [](https://unpkg.com/mailgo@0.4.4/dist/mailgo.min.css)
|
 [](https://unpkg.com/mailgo@0.4.1/dist/mailgo.min.js) [](https://unpkg.com/mailgo@0.4.1/dist/mailgo.min.css)
|
||||||
|
|
||||||
### docs: <a href="https://www.npmjs.com/package/mailgo">npm</a>
|
### docs: <a href="https://www.npmjs.com/package/mailgo">npm</a>
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ add at the end of the `<body>`
|
|||||||
```
|
```
|
||||||
<body>
|
<body>
|
||||||
...
|
...
|
||||||
<script src="https://unpkg.com/mailgo@0.4.0/dist/mailgo.min.js"></script>
|
<script src="https://unpkg.com/mailgo@0.4.1/dist/mailgo.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ you can also import mailgo in `<head>` using `defer`
|
|||||||
```
|
```
|
||||||
<head>
|
<head>
|
||||||
...
|
...
|
||||||
<script src="https://unpkg.com/mailgo@0.4.4/dist/mailgo.min.js" defer></script>
|
<script src="https://unpkg.com/mailgo@0.4.1/dist/mailgo.min.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2
dist/mailgo.js
vendored
2
dist/mailgo.js
vendored
@ -1,6 +1,6 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var V = "0.4.0";
|
var V = "0.4.1";
|
||||||
var MAILTO = "mailto:"; // mailgo style
|
var MAILTO = "mailto:"; // mailgo style
|
||||||
|
|
||||||
var mailgoCSS = document.createElement("link");
|
var mailgoCSS = document.createElement("link");
|
||||||
|
2
dist/mailgo.min.js
vendored
2
dist/mailgo.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mailgo",
|
"name": "mailgo",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"description": "a different mailto",
|
"description": "a different mailto",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp"
|
"build": "gulp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user