Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Bumped version to 2.0.1, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Oct 2, 2017
1 parent 3eb387e commit 8d435e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.0.1
- fixed not being able to scroll using the mouse wheel (thanks KKSzymanowski)
- fixed update notifications showing if the server-side has higher version (thanks KKSzymanowski)

2.0
- added cache tab, including stats like reads, hits, misses, writes, deletes, time and full cache query log with pretty-printed values and caller file support
- added events tab for apps using event dispatching
Expand Down
2 changes: 1 addition & 1 deletion Clockwork Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Clockwork",
"version": "2.0",
"version": "2.0.1",

"description": "php dev tools integrated to your browser",
"homepage_url": "https://github.com/itsgoingd/clockwork-chrome",
Expand Down

0 comments on commit 8d435e2

Please sign in to comment.