From bad1c5c41f6450ee8ef8cd5ad75985dc1271a689 Mon Sep 17 00:00:00 2001 From: Andreas Dzialocha Date: Thu, 9 Mar 2017 23:23:23 +0100 Subject: [PATCH] Bump to version 1.0.2 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 2b6f33a..9682a8b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "osc-js", "description": "OSC library for Node.js and the browser, with customizable Plugin API for WebSocket, UDP or bridge networking", - "version": "1.0.1", + "version": "1.0.2", "main": "dist/osc.js", "authors": [ "Andreas Dzialocha" diff --git a/package.json b/package.json index 57de356..e42ce9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osc-js", - "version": "1.0.1", + "version": "1.0.2", "description": "OSC library for Node.js and the browser, with customizable Plugin API for WebSocket, UDP or bridge networking", "main": "lib/osc.js", "scripts": {