Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Maciejewski committed May 9, 2017
1 parent 772f69f commit d3b4ce8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ node_modules

# Optional REPL history
.node_repl_history

.idea
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.3] - 2017-05-09
- BPM support

## [0.0.2] - 2016-05-16
- Add Buffer input support

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": "imghash",
"version": "0.0.2",
"version": "0.0.3",
"description": "Image perceptual hash calculation for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d3b4ce8

Please sign in to comment.