Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Commit

Permalink
Merged release/v0.2.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminJ committed Aug 14, 2016
2 parents 54962cd + a13c98e commit 8409d19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![BuildStatus](https://travis-ci.org/KamiKillertO/waitjs.svg?branch=develop)](https://travis-ci.org/KamiKillertO/waitjs)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![](https://img.shields.io/badge/release-v0.2.0-blue.svg)](https://github.com/KamiKillertO/waitjs/releases/tag/v0.2.0)
[![](https://img.shields.io/badge/release-v0.2.1-blue.svg)](https://github.com/KamiKillertO/waitjs/releases/tag/v0.2.1)

waitjs provides you a promise-like interface to manage postponed executions.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wait-js",
"description": "The coolest way to wait",
"main": "src/index.js",
"main": "src/wait.js",
"authors": [{
"name": "JEGARD Benjamin",
"email": "<[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kamikillerto/wait-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "The coolest way to wait",
"main": "src/wait.js",
"scripts": {
Expand Down

0 comments on commit 8409d19

Please sign in to comment.