From e2d5a8052c8631a71c7840f50b09a8f182dbbadc Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Sun, 19 Mar 2017 20:10:36 +0100 Subject: [PATCH] v0.15.0 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index ed2c451..61f9615 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tweetnacl-util", - "version": "0.13.5", + "version": "0.15.0", "homepage": "https://dchest.github.io/tweetnacl-util-js", "authors": [ "TweetNaCl.js Contributors" diff --git a/package.json b/package.json index cadc99d..1ab01ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweetnacl-util", - "version": "0.14.0", + "version": "0.15.0", "description": "String encoding utilitlies extracted from TweetNaCl.js", "main": "nacl-util.js", "types": "nacl-util.d.ts",