Skip to content

Commit 2883435

Browse files
author
Lanny McNie
committed
TweenJS version 0.5.0
Signed-off-by: Lanny McNie <[email protected]>
1 parent 4a3fadd commit 2883435

8 files changed

+22
-44
lines changed

Diff for: VERSIONS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version NEXT [Not Released]
1+
Version 0.5.0 [September 25, 2013]
22
****************************************************************************************************
33
CRITICAL (may break existing content):
44
- removed all onEvent handlers (ex. onClick, onTick, onAnimationEnd, etc)

Diff for: build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TweenJS",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "TweenJS Docs",
55
"url": "http://www.createjs.com/#!/TweenJS",
66
"logo": "http://createjs.com/resources/SuiteIcons/TweenJS/docs-icon-TweenJS.png",

Diff for: docs/TweenJS_docs-0.5.0.zip

128 KB
Binary file not shown.

Diff for: docs/TweenJS_docs-NEXT.zip

0 Bytes
Binary file not shown.

Diff for: lib/tweenjs-0.4.1.min.js

-39
This file was deleted.

Diff for: lib/tweenjs-0.5.0.min.js

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

Diff for: lib/tweenjs-NEXT.min.js

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

Diff for: src/tweenjs/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.0"; // 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*/"Tue, 10 Sep 2013 20:30:33 GMT"; // injected by build process
30+
s.buildDate = /*date*/"Wed, 25 Sep 2013 17:09:35 GMT"; // injected by build process
3131

3232
})();

0 commit comments

Comments
 (0)