How to update Phaser version?

In the browser it says I have Phaser 3.11, I have cloned the lates repository from GitHub and thought it would be the latest version. But i don’t know how to change from Phaser 3.11 to 3.16 or up?

:wave:

Find the <script src="phaser.js"> and replace that linked file. Or change the link to

<script src="https://cdn.jsdelivr.net/npm/phaser@3.55.2/dist/phaser.js"></script>
1 Like