Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Mar 28, 2019
1 parent 2333cd1 commit 40b0f6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Attogram Router
# Attogram Router for PHP 7

* The Attogram Router is a small PHP router.
* No dependencies.
* One simple class.
* Composer ready: `composer require attogram/router`
Small, Flexible, No dependencies, One class, and Composer ready.

`composer require attogram/router`

## Example usage:

Expand Down
2 changes: 1 addition & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class Router
{
const VERSION = '1.0.0';
const VERSION = '1.0.1';

private $allow = [];
private $control = '';
Expand Down

0 comments on commit 40b0f6d

Please sign in to comment.