mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Reverting to a 2.0.7 release to fix the issues with Image / RetroText / Buttons.
This commit is contained in:
parent
ed0a228c90
commit
0353ee12be
5 changed files with 10 additions and 8 deletions
|
@ -17,6 +17,6 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('build', ['clean', 'jshint', 'concat', 'uglify']);
|
||||
|
||||
grunt.registerTask('dist', ['build', 'copy']);
|
||||
grunt.registerTask('dist', ['replace', 'build', 'copy']);
|
||||
|
||||
};
|
||||
|
|
10
README.md
10
README.md
|
@ -1,10 +1,10 @@
|
|||
![Phaser 2.0](http://www.phaser.io/images/phaser2-github.png)
|
||||
|
||||
# Phaser 2.1.0-dev
|
||||
# Phaser 2.0.7-dev
|
||||
|
||||
Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It uses [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) internally for fast 2D Canvas and WebGL rendering.
|
||||
|
||||
Version: 2.1.0 "Shienar" - Released: -in development-
|
||||
Version: 2.0.7 "Shienar" - Released: -in development-
|
||||
|
||||
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
|
||||
|
||||
|
@ -21,7 +21,7 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
|
|||
|
||||
![div](http://phaser.io/images/div4.png)
|
||||
|
||||
## Welcome to Phaser and What's new in 2.1.0?
|
||||
## Welcome to Phaser and What's new in 2.07?
|
||||
|
||||
Until then happy coding everyone! And we hope to see you on the forums.
|
||||
|
||||
|
@ -45,12 +45,14 @@ Finally the list of [community authored Phaser Tutorials](http://www.lessmilk.co
|
|||
|
||||
## Change Log
|
||||
|
||||
Version 2.1.0 - "Shienar" - -in development-
|
||||
Version 2.0.7 - "Shienar" - -in development-
|
||||
|
||||
### Significant Internal Changes
|
||||
|
||||
### Updates
|
||||
|
||||
* TypeScript definitions fixes and updates (thanks @clark-stevenson and @alvinsight)
|
||||
|
||||
### New Features
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "2.1",
|
||||
"version": "2.0.7",
|
||||
"homepage": "http://phaser.io",
|
||||
"authors": [
|
||||
"photonstorm <rich@photonstorm.com>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Phaser",
|
||||
"version": "2.1.0",
|
||||
"version": "2.0.7",
|
||||
"release": "Shienar",
|
||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
||||
"author": "Richard Davey",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
var Phaser = Phaser || {
|
||||
|
||||
VERSION: '2.1.0-dev',
|
||||
VERSION: '2.0.7-dev',
|
||||
GAMES: [],
|
||||
|
||||
AUTO: 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue