Skip to content

Commit e09a687

Browse files
committed
Correct version number
1 parent 171ca39 commit e09a687

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/actions/SetScrollFactor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var PropertyValueSet = require('./PropertyValueSet');
1515
* To use this with a Group: `SetScrollFactor(group.getChildren(), scrollFactorX, scrollFactorY, stepX, stepY)`
1616
*
1717
* @function Phaser.Actions.SetScrollFactor
18-
* @since 3.0.0
18+
* @since 3.21.0
1919
*
2020
* @generic {Phaser.GameObjects.GameObject[]} G - [items,$return]
2121
*

src/actions/SetScrollFactorX.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var PropertyValueSet = require('./PropertyValueSet');
1515
* To use this with a Group: `SetScrollFactorX(group.getChildren(), value, step)`
1616
*
1717
* @function Phaser.Actions.SetScrollFactorX
18-
* @since 3.0.0
18+
* @since 3.21.0
1919
*
2020
* @generic {Phaser.GameObjects.GameObject[]} G - [items,$return]
2121
*

src/actions/SetScrollFactorY.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var PropertyValueSet = require('./PropertyValueSet');
1515
* To use this with a Group: `SetScrollFactorY(group.getChildren(), value, step)`
1616
*
1717
* @function Phaser.Actions.SetScrollFactorY
18-
* @since 3.0.0
18+
* @since 3.21.0
1919
*
2020
* @generic {Phaser.GameObjects.GameObject[]} G - [items,$return]
2121
*

0 commit comments

Comments
 (0)