Skip to content

Commit

Permalink
Bumps version to 2.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Aug 20, 2024
1 parent 41e14b7 commit 2f8f9f2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/osc-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */

/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-browser.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
(osc = osc || {}).SECS_70YRS = 2208988800, osc.TWO_32 = 4294967296, osc.defaults = {
metadata: !1,
unpackSingleArgs: !0
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-chromeapp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */

/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-chromeapp.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
(osc = osc || {}).SECS_70YRS = 2208988800, osc.TWO_32 = 4294967296, osc.defaults = {
metadata: !1,
unpackSingleArgs: !0
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */

(function (root, factory) {
if (typeof exports === "object") {
Expand Down
2 changes: 1 addition & 1 deletion dist/osc-module.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
((i, o) => {
"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) {
return i.osc = e, o(0, t, r, n);
Expand Down
2 changes: 1 addition & 1 deletion dist/osc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */

/*
* osc.js: An Open Sound Control library for JavaScript that works in both the browser and Node.js
Expand Down
2 changes: 1 addition & 1 deletion dist/osc.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! osc.js 2.4.4, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.4.5, Copyright 2024 Colin Clark | github.com/colinbdclark/osc.js */
var osc = osc || {};

osc.SECS_70YRS = 2208988800, osc.TWO_32 = 4294967296, osc.defaults = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "osc",
"main": "src/platforms/osc-node.js",
"version": "2.4.4",
"version": "2.4.5",
"description": "A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser.",
"author": "Colin Clark",
"homepage": "https://github.com/colinbdclark/osc.js",
Expand Down

0 comments on commit 2f8f9f2

Please sign in to comment.