Skip to content

Commit 38f84d3

Browse files
committed
updated readme error and kiwi.js version num to 0.5.2
1 parent 10cd92d commit 38f84d3

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ version 0.5.2
1414
None
1515

1616
####Bug Fixes and minor changes
17-
Audio
17+
18+
- Animation
1819

1920
- 'isPlaying' property is now a more accurate representation of if an animation isPlaying.
2021
- Callbacks are now dispatched after the cell on the Sprite updates instead of before. Because of this the way it was being handled has updated.
@@ -126,4 +127,4 @@ Ben Harding
126127
Richard Davey
127128
Ross Kettle
128129

129-
Kiwi.js also uses code from a number of open source projects. Effort has been made to clearly identify authors in the code comments. If you notice and missing or incorrect attribution please let us know.
130+
Kiwi.js also uses code from a number of open source projects. Effort has been made to clearly identify authors in the code comments. If you notice and missing or incorrect attribution please let us know.

build/kiwi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26898,7 +26898,7 @@ var Kiwi;
2689826898
* @default '1.0'
2689926899
* @public
2690026900
*/
26901-
Kiwi.VERSION = "0.5.1";
26901+
Kiwi.VERSION = "0.5.2";
2690226902

2690326903
//DIFFERENT RENDERER STATIC VARIABLES
2690426904
/**

build/kiwi.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/files/src_Kiwi.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h1 class="file-heading">File: src\Kiwi.ts</h1>
483483
* @default &#x27;1.0&#x27;
484484
* @public
485485
*/
486-
export var VERSION: string = &quot;0.5.1&quot;;
486+
export var VERSION: string = &quot;0.5.2&quot;;
487487

488488
//DIFFERENT RENDERER STATIC VARIABLES
489489
/**

src/Kiwi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module Kiwi {
143143
* @default '1.0'
144144
* @public
145145
*/
146-
export var VERSION: string = "0.5.1";
146+
export var VERSION: string = "0.5.2";
147147

148148
//DIFFERENT RENDERER STATIC VARIABLES
149149
/**

0 commit comments

Comments
 (0)