Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lablnet committed Aug 19, 2018
1 parent f75f6f4 commit d39739b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Config
*
* @var inr
*/
const App_Version = '2.0.1';
const App_Version = '2.0.2';

/**
* Show or hide error messages on screen.
Expand Down
2 changes: 1 addition & 1 deletion Config/Dependencies.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* class that should be automatically resolved by the IOC
* class that should be automatically loaded
*/
return
[
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
}
},
"require":{
"softhub99/zest_framework": "dev-master"
"softhub99/zest_framework": "^2.0.2"
}
}

0 comments on commit d39739b

Please sign in to comment.