Skip to content

Commit e774260

Browse files
committed
Bumps version to 2.2.4.
1 parent 79c1676 commit e774260

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

dist/osc-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33
/*
44
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js

dist/osc-browser.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33

44
var osc = osc || {};

dist/osc-chromeapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33
/*
44
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js

dist/osc-chromeapp.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33

44
var osc = osc || {};

dist/osc-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33
(function (root, factory) {
44
if (typeof exports === "object") {

dist/osc-module.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33

44
!function(e, t) {

dist/osc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33
/*
44
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js

dist/osc.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! osc.js 2.2.3, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.2.4, Copyright 2018 Colin Clark | github.com/colinbdclark/osc.js */
22

33

44
var osc = osc || {};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "osc",
33
"main": "src/platforms/osc-node.js",
4-
"version": "2.2.3",
4+
"version": "2.2.4",
55
"description": "A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser.",
66
"author": "Colin Clark",
77
"homepage": "https://github.com/colinbdclark/osc.js",

0 commit comments

Comments
 (0)