Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Mar 6, 2020
1 parent c72460a commit ee7fb96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## Version 2.15.0 - 6 Mar 2020

### API Changes

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Phaser CE is a fast, free, and fun open source HTML5 game framework. It uses a c

Phaser v2 was built and maintained by [Photon Storm](http://www.photonstorm.com) and turned over to the community (as Phaser CE) in November 2016. [Phaser v3](http://phaser.io/phaser3) is in active development.

The [current Phaser CE release is 2.14.0](https://github.com/photonstorm/phaser-ce/releases/tag/v2.14.0).
The [current Phaser CE release is 2.15.0](https://github.com/photonstorm/phaser-ce/releases/tag/v2.15.0).

- **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs))
- **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)
Expand Down Expand Up @@ -88,16 +88,16 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce), a "super-fast CDN for developers". Include the following in your html:

```html
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.14.0/build/phaser.js"></script>
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.15.0/build/phaser.js"></script>
```

or the minified version:

```html
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.14.0"></script>
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.15.0"></script>
```

[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.14.0/build/custom/) are available too.
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.15.0/build/custom/) are available too.

<a name="getting-started"></a>

Expand Down Expand Up @@ -312,10 +312,10 @@ All rights reserved.

[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)

[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.14.0/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.14.0/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.14.0.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.14.0.tar.gz
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.15.0/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.15.0/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.15.0.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.15.0.tar.gz
[clone-http]: https://github.com/photonstorm/phaser.git
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
[clone-svn]: https://github.com/photonstorm/phaser
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phaser-ce",
"version": "2.14.0",
"release": "2020-01-19",
"version": "2.15.0",
"release": "2020-03-06",
"description": "Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/Phaser.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.14.1-dev',
VERSION: '2.15.0',

/**
* An array of Phaser game instances.
Expand Down

0 comments on commit ee7fb96

Please sign in to comment.