Skip to content

Commit

Permalink
opened 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 12, 2014
1 parent 941fe65 commit ac474bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@
"autoload": {
"classmap": ["src/Tracy"],
"files": ["src/shortcuts.php"]
},
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==============================================

[![Downloads this Month](https://img.shields.io/packagist/dm/tracy/tracy.svg)](https://packagist.org/packages/tracy/tracy)
[![Build Status](https://travis-ci.org/nette/tracy.svg?branch=master)](https://travis-ci.org/nette/tracy)
[![Build Status](https://travis-ci.org/nette/tracy.svg?branch=v2.2)](https://travis-ci.org/nette/tracy)

Tracy library is a useful PHP everyday programmer's helper. It helps you to:

Expand Down
2 changes: 1 addition & 1 deletion src/Tracy/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class Debugger
{
/** @var string */
public static $version = '2.3-dev';
public static $version = '2.2.0';

/** @var bool in production mode is suppressed any debugging output */
public static $productionMode = self::DETECT;
Expand Down
2 changes: 1 addition & 1 deletion src/tracy.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Tracy (version 2.3-dev, http://tracy.nette.org)
* Tracy (version 2.2.0, http://tracy.nette.org)
*
* Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
*/
Expand Down

0 comments on commit ac474bb

Please sign in to comment.