Skip to content

Commit e68329f

Browse files
committed
Fixed version numbers
1 parent 24e8f7a commit e68329f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var Body = new Class({
9292
* @name Phaser.Physics.Arcade.Body#pendingDestroy
9393
* @type {boolean}
9494
* @default false
95-
* @since 3.0.0
95+
* @since 3.0.1
9696
*/
9797
this.pendingDestroy = false;
9898

src/physics/arcade/Collider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var Collider = new Class({
4343
*
4444
* @name Phaser.Physics.Arcade.Collider#name
4545
* @type {string}
46-
* @since 3.0.0
46+
* @since 3.0.1
4747
*/
4848
this.name = '';
4949

@@ -116,7 +116,7 @@ var Collider = new Class({
116116
* [description]
117117
*
118118
* @method Phaser.Physics.Arcade.Collider#setName
119-
* @since 3.0.0
119+
* @since 3.0.1
120120
*
121121
* @param {string} name - [description]
122122
*

src/physics/arcade/World.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ var World = new Class({
383383
* [description]
384384
*
385385
* @method Phaser.Physics.Arcade.World#disableGameObjectBody
386-
* @since 3.0.0
386+
* @since 3.0.1
387387
*
388388
* @param {Phaser.GameObjects.GameObject} object - [description]
389389
*

0 commit comments

Comments
 (0)