Skip to content

Commit

Permalink
Released version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 22, 2014
1 parent 7f25838 commit 0a0b438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"nette/tester": "@dev"
"nette/tester": "~0.9.5"
},
"autoload": {
"classmap": ["src/Tracy"]
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 = '0.9.0';
public static $version = '0.9.1';

/** @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 0.9.0, http://tracy.nette.org)
* Tracy (version 0.9.1, http://tracy.nette.org)
*
* Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
*/
Expand Down

0 comments on commit 0a0b438

Please sign in to comment.