Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail0234 committed Mar 26, 2019
1 parent 1c71767 commit 727f850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BBDebugger/BBDebugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class BBDebugger implements InjectionAwareInterface

protected $di;

public static $version = "v1.0.0";
public static $version = "v1.0.2";

public static $startTime;

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Phalcon BB Debugger

* Phalcon Version: **3.x**
* BB Debugger Version: **1.0.1**
* BB Debugger Version: **1.0.2**

### What is BB Debugger ?
The bb debugger, written for the phalcon framework, provides developers with lots of information, such as your sql queries, the amount of ram used on the page, and your page-opening speed.
Expand All @@ -27,7 +27,7 @@ composer require ismail0234/phalcon-bb-debugger

$loader = new \Phalcon\Loader();

/* BB DEBUGGER V1.0.1 */
/* BB DEBUGGER V1.0.2 */
if ($config->application->developerMode) {

$namespaces = array_merge($loader->getNamespaces(), array('BBDebugger'=> $config->application->libraryDir . 'BBDebugger'));
Expand Down

0 comments on commit 727f850

Please sign in to comment.