Skip to content

Commit

Permalink
Version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed May 25, 2016
1 parent 7ad1d47 commit 981a615
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osc.js",
"version": "2.0.3",
"version": "2.1.0",
"main": "dist/osc-browser.js",
"ignore": [
".jshintrc",
Expand Down
4 changes: 2 additions & 2 deletions dist/osc-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down Expand Up @@ -2969,7 +2969,7 @@ var osc = osc || {};
*
* Cross-platform base transport library for osc.js.
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
6 changes: 3 additions & 3 deletions dist/osc-chromeapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down Expand Up @@ -2969,7 +2969,7 @@ var osc = osc || {};
*
* Cross-platform base transport library for osc.js.
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down Expand Up @@ -3275,7 +3275,7 @@ var osc = osc || require("../osc.js");
*
* Chrome App transports for osc.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/osc-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
;/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down Expand Up @@ -1085,7 +1085,7 @@ var osc = osc || {};
*
* Cross-platform base transport library for osc.js.
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/osc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/osc-transports.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Cross-platform base transport library for osc.js.
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/osc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/platforms/osc-chromeapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Chrome App transports for osc.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/platforms/osc-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Node.js transports for osc.js
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/node-all-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Node.js All Tests Runner
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/
/*jshint node:true*/
Expand Down
2 changes: 1 addition & 1 deletion tests/node-buffer-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Node.js Buffer Tests
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/node-transport-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Node.js Transport Tests
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/osc-module-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* AMD Module Tests
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/osc-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Core osc.js Tests
*
* Copyright 2014-2015, Colin Clark
* Copyright 2014-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/transport-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Cross-Platform osc.js Transport Tests
*
* Copyright 2015, Colin Clark
* Copyright 2015-2016, Colin Clark
* Licensed under the MIT and GPL 3 licenses.
*/

Expand Down

0 comments on commit 981a615

Please sign in to comment.