Skip to content

Commit cbfc6d6

Browse files
committed
2.0.1
1 parent 1f75ae3 commit cbfc6d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset='utf-8' />
5-
<title>asyncro 2.0.0 | Documentation</title>
5+
<title>asyncro 2.0.1 | Documentation</title>
66
<meta name='viewport' content='width=device-width,initial-scale=1'>
77
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
88
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -14,7 +14,7 @@
1414
<div class='fixed xs-hide fix-3 overflow-auto max-height-100'>
1515
<div class='py1 px2'>
1616
<h3 class='mb0 no-anchor'>asyncro</h3>
17-
<div class='mb1'><code>2.0.0</code></div>
17+
<div class='mb1'><code>2.0.1</code></div>
1818
<input
1919
placeholder='Filter'
2020
id='filter-input'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asyncro",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Asynchronous Array Utilities (for await)",
55
"main": "dist/asyncro.js",
66
"jsnext:main": "src/index.js",

0 commit comments

Comments
 (0)