Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suguru03 committed Aug 28, 2017
1 parent c3c6bbe commit 29c32f8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neo-async",
"main": "lib/async.js",
"version": "2.4.0-0",
"version": "2.4.0",
"homepage": "https://github.com/suguru03/neo-async",
"authors": [
"Suguru Motegi"
Expand Down
4 changes: 2 additions & 2 deletions dist/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -1964,11 +1964,11 @@
var dir = createLogger('dir');

/**
* @version 2.4.0-0
* @version 2.4.0
* @namespace async
*/
var index = {
VERSION: '2.4.0-0',
VERSION: '2.4.0',

// Collections
each: each,
Expand Down
2 changes: 1 addition & 1 deletion dist/async.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -1964,11 +1964,11 @@
var dir = createLogger('dir');

/**
* @version 2.4.0-0
* @version 2.4.0
* @namespace async
*/
var index = {
VERSION: '2.4.0-0',
VERSION: '2.4.0',

// Collections
each: each,
Expand Down
2 changes: 1 addition & 1 deletion lib/async.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neo-async",
"version": "2.4.0-0",
"version": "2.4.0",
"description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 29c32f8

Please sign in to comment.