Skip to content

Commit

Permalink
version bumped to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeepv68 committed Aug 8, 2018
1 parent bb42fe4 commit 014f97e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![logo](https://raw.githubusercontent.com/Blocktron-Project/blocktron-lib/master/logo.png)
# blocktron-lib v0.0.4
# blocktron-lib v0.0.5
[![NPM](https://nodei.co/npm/blocktron-lib.png)](https://nodei.co/npm/blocktron-lib/)

[![GitHub license](https://img.shields.io/github/license/Blocktron-Project/blocktron-lib.svg)](https://github.com/Blocktron-Project/blocktron-lib/blob/master/LICENSE) ![Dependencies](https://david-dm.org/Blocktron-Project/blocktron-lib.svg) ![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg) ![status](https://img.shields.io/badge/status-stable-brightgreen.svg) ![CircleCI](https://circleci.com/gh/Blocktron-Project/blocktron-lib.svg?style=svg) ![Travis-build](https://travis-ci.org/Blocktron-Project/blocktron-lib.svg?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/Blocktron-Project/blocktron-lib/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Blocktron-Project/blocktron-lib?targetFile=package.json) ![codefactor](https://www.codefactor.io/Content/badges/A.svg) [![Greenkeeper badge](https://badges.greenkeeper.io/Blocktron-Project/blocktron-lib.svg)](https://greenkeeper.io/) [![GitHub issues](https://img.shields.io/github/issues/Blocktron-Project/blocktron-lib.svg)](https://github.com/Blocktron-Project/blocktron-lib/issues) [![GitHub forks](https://img.shields.io/github/forks/Blocktron-Project/blocktron-lib.svg)](https://github.com/Blocktron-Project/blocktron-lib/network) [![GitHub stars](https://img.shields.io/github/stars/Blocktron-Project/blocktron-lib.svg)](https://github.com/Blocktron-Project/blocktron-lib/stargazers) [![Twitter](https://img.shields.io/twitter/url/https/github.com/Blocktron-Project/blocktron-lib.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FBlocktron-Project%2Fblocktron-lib)
Expand Down Expand Up @@ -100,7 +100,7 @@ For a development setup this library depends on the following npm modules:

## Changelog

**v 0.0.4**
**v 0.0.5**
- Bumped to resolve yarn-npm version conflict

**v 0.0.2**
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": "blocktron-lib",
"version": "0.0.4",
"version": "0.0.5",
"description": "A simple blockchain data structure library",
"main": "dist/main.min.js",
"scripts": {
Expand Down

0 comments on commit 014f97e

Please sign in to comment.