Skip to content

Commit 2f8f9f2

Browse files
committed
Bumps version to 2.4.5.
1 parent 41e14b7 commit 2f8f9f2

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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22
(osc = osc || {}).SECS_70YRS = 2208988800, osc.TWO_32 = 4294967296, osc.defaults = {
33
metadata: !1,
44
unpackSingleArgs: !0

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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22
(osc = osc || {}).SECS_70YRS = 2208988800, osc.TWO_32 = 4294967296, osc.defaults = {
33
metadata: !1,
44
unpackSingleArgs: !0

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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22
((i, o) => {
33
"object" == typeof exports ? (i.osc = exports, o(0, require("slip"), require("EventEmitter"), require("long"))) : "function" == typeof define && define.amd ? define([ "exports", "slip", "EventEmitter", "long" ], function(e, t, r, n) {
44
return i.osc = e, o(0, t, r, n);

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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 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.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
1+
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
22
var osc = osc || {};
33

44
osc.SECS_70YRS = 2208988800, osc.TWO_32 = 4294967296, osc.defaults = {

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.4.4",
4+
"version": "2.4.5",
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)