Skip to content

Commit 3855f81

Browse files
author
Lanny McNie
committed
SoundJS Version 0.5.1
Signed-off-by: Lanny McNie <[email protected]>
1 parent 4632045 commit 3855f81

File tree

5 files changed

+42
-4
lines changed

5 files changed

+42
-4
lines changed

build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "SoundJS",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "SoundJS Docs",
5-
"url": "http://www.createjs.com/#!/SoundJS",
5+
"url": "http://www.createjs.com/SoundJS",
66
"logo": "http://createjs.com/resources/SuiteIcons/SoundJS/docs-icon-SoundJS.png",
77
"devDependencies": {
88
"grunt": "~0.4.1",

docs/SoundJS_docs-0.5.1.zip

182 KB
Binary file not shown.

lib/flashplugin-0.5.1.min.js

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

lib/soundjs-0.5.1.min.js

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

src/soundjs/version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ this.createjs = this.createjs || {};
1919
* @type String
2020
* @static
2121
**/
22-
s.version = /*version*/"NEXT"; // injected by build process
22+
s.version = /*version*/"0.5.1"; // injected by build process
2323

2424
/**
2525
* The build date for this release in UTC format.
2626
* @property buildDate
2727
* @type String
2828
* @static
2929
**/
30-
s.buildDate = /*date*/"Wed, 06 Nov 2013 19:04:51 GMT"; // injected by build process
30+
s.buildDate = /*date*/"Fri, 15 Nov 2013 21:58:36 GMT"; // injected by build process
3131

3232
})();

0 commit comments

Comments
 (0)