Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed May 4, 2018
1 parent 664e420 commit 14cabbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![NPM downloads](https://img.shields.io/npm/dt/weighted-array.svg?maxAge=3600)](https://www.npmjs.com/package/weighted-array)
[![Build status](https://travis-ci.org/lolPants/weighted-array.svg)](https://travis-ci.org/lolPants/weighted-array)
[![Dependencies](https://img.shields.io/david/lolpants/weighted-array.svg?maxAge=3600)](https://david-dm.org/lolpants/weighted-array)
[![Coverage Status](https://coveralls.io/repos/github/lolPants/weighted-array/badge.svg?branch=master)](https://coveralls.io/github/lolPants/weighted-array?branch=master)

##### Select a random element from a weighted array.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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": "weighted-array",
"version": "0.1.0",
"version": "0.2.0",
"description": "Select a random element from a weighted array.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 14cabbc

Please sign in to comment.