Skip to content

Commit

Permalink
Bumped version to 4.0.3, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Jul 25, 2019
1 parent f14a1d6 commit 9fc9510
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.0.3

- fixed database, queue and redis tab "connection" and queue tab "queue" columns never being shown (implemented by fitztrev, thanks!)
- fixed broken layout in the responsive column view if the details pane has a lot of content
- updated npm deps

4.0.2

- fixed sorting tables by columns with numeric data (reported by fitztrev, thanks!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Clockwork",
"version": "4.0.2",
"version": "4.0.3",
"description": "php dev tools integrated to your browser",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion platforms/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Clockwork",
"version": "4.0.2",
"version": "4.0.3",

"description": "php dev tools integrated to your browser",
"homepage_url": "https://underground.works/clockwork",
Expand Down
2 changes: 1 addition & 1 deletion platforms/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Clockwork",
"version": "4.0.2",
"version": "4.0.3",

"description": "php dev tools integrated to your browser",
"homepage_url": "https://underground.works/clockwork",
Expand Down

0 comments on commit 9fc9510

Please sign in to comment.