Skip to content

Commit 1c9af3c

Browse files
committed
Bumps version number to 1.1.1.
1 parent 58e5634 commit 1c9af3c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osc.js",
3-
"version": "1.0.4",
3+
"version": "1.1.1",
44
"main": "dist/osc.min.js",
55
"ignore": [
66
".jshintrc",

dist/osc-browser.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/osc-chromeapp.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/osc.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "1.1.0",
4+
"version": "1.1.1",
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",

tests/node-transport-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*global console, require, QUnit, osc, asyncTest, deepEqual, start*/
1+
/*global console, require, QUnit, osc, asyncTest, ok, equal, deepEqual, start*/
22
/*jshint node:true*/
33

44
"use strict";

0 commit comments

Comments
 (0)