[Pkg-javascript-commits] [node-ripemd160] 06/71: v0.0.2
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-ripemd160.
commit 48a42ded0c27c3e9527afa45071525f71695b96d
Author: JP Richardson <jprichardson at gmail.com>
Date: Wed Nov 6 22:38:45 2013 -0600
v0.0.2
---
CHANGELOG.md | 4 ++++
bower.json | 4 ++--
component.json | 4 ++--
package.json | 6 +++---
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a71536..92dd890 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+0.0.2 / 2013-11-06
+------------------
+* fixed component.json file
+
0.0.1 / 2013-11-03
------------------
* initial release
\ No newline at end of file
diff --git a/bower.json b/bower.json
index 0a2d779..a842fc7 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
- "version": "0.0.1",
- "description": "Compute RIPEMD160 of bytes or strings",
"name": "cryptocoin-ripemd160",
+ "version": "0.0.2",
+ "description": "Compute RIPEMD160 of bytes or strings",
"keywords": [
"string",
"strings",
diff --git a/component.json b/component.json
index 59d2708..91766f3 100644
--- a/component.json
+++ b/component.json
@@ -1,7 +1,7 @@
{
- "version": "0.0.1",
- "description": "Compute RIPEMD160 of bytes or strings.",
"name": "ripemd160",
+ "version": "0.0.2",
+ "description": "Compute RIPEMD160 of bytes or strings.",
"keywords": [
"string",
"strings",
diff --git a/package.json b/package.json
index b8e3fb0..7b55134 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "version": "0.0.1",
- "description": "Compute RIPEMD160 of bytes or strings.",
"name": "cryptocoin-ripemd160",
+ "version": "0.0.2",
+ "description": "Compute RIPEMD160 of bytes or strings.",
"keywords": [
"string",
"strings",
@@ -22,4 +22,4 @@
"cryptocoin-convert-hex": "0.0.1",
"cryptocoin-convert-string": "0.0.1"
}
-}
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git
More information about the Pkg-javascript-commits
mailing list