Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Jan 2, 2017
1 parent 5ea60fe commit 41e9969
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.1.0",
"version": "2.2.0",
"main": "dist/osc-browser.js",
"ignore": [
".jshintrc",
Expand Down
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.1.0, Copyright 2017 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.2.0, Copyright 2017 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

Large diffs are not rendered by default.

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.1.0, Copyright 2017 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.2.0, Copyright 2017 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

Large diffs are not rendered by default.

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.1.0, Copyright 2017 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.2.0, Copyright 2017 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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0, Copyright 2017 Colin Clark | github.com/colinbdclark/osc.js */
/*! osc.js 2.2.0, Copyright 2017 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
Loading

0 comments on commit 41e9969

Please sign in to comment.