From c81198c2540a1df41571623c0bcbdb9d9b73a925 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 11 Jan 2018 20:40:59 +0000 Subject: [PATCH] Bump version. --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 755ab33..2913771 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ipaddr.js", - "version": "1.5.4", + "version": "1.6.0", "homepage": "https://github.com/whitequark/ipaddr.js", "authors": [ "whitequark " diff --git a/package.json b/package.json index 71435cc..244654a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ipaddr.js", "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", - "version": "1.5.4", + "version": "1.6.0", "author": "whitequark ", "directories": { "lib": "./lib"