Skip to content

Commit 91b9ca7

Browse files
committed
Preparing for 2.7 release.
1 parent c298a45 commit 91b9ca7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

v2-community/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser",
3-
"version": "3.0.0",
4-
"release": "Shadow Coast",
3+
"version": "2.7.0",
4+
"release": "World's End",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
77
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",

v2-community/typescript/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference path="pixi.d.ts" />
22
/// <reference path="p2.d.ts" />
33

4-
// Type definitions for Phaser 3.0.0
4+
// Type definitions for Phaser 2.7.0 CE
55
// Project: https://github.com/photonstorm/phaser
66

77
declare module "phaser" {

0 commit comments

Comments
 (0)