From 8bd045f49f5b7695eea2c93e9706f4350e0bbaba Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 10 Feb 2019 07:50:43 +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 5fc4594..9d0ab66 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ipaddr.js", - "version": "1.8.1", + "version": "1.9.0", "homepage": "https://github.com/whitequark/ipaddr.js", "authors": [ "whitequark " diff --git a/package.json b/package.json index 4380095..7e092f1 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.8.1", + "version": "1.9.0", "author": "whitequark ", "directories": { "lib": "./lib"