From 5b8d691ecc042a63dd83a83ef02eb83c2b4d9b9f Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Fri, 9 Dec 2016 00:56:26 +0100 Subject: [PATCH] Bump version number --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 90fe111..01b2162 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tweetnacl-util", - "version": "0.13.3", + "version": "0.13.4", "homepage": "https://dchest.github.io/tweetnacl-util-js", "authors": [ "TweetNaCl.js Contributors" diff --git a/package.json b/package.json index 9d6ffa0..f2ba81d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tweetnacl-util", - "version": "0.13.3", + "version": "0.13.4", "description": "String encoding utilitlies extracted from TweetNaCl.js", "main": "nacl-util.js", "types": "nacl-util.d.ts",