Skip to content

Commit

Permalink
Bumped version to 4.0.4, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Aug 7, 2019
1 parent 8b4dbcd commit 58df4a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.4

- fixed crash in standalone mode when resolving cookie values (reported by christophmayrhofer, Tongzzzzz and spaceemotion, thanks!)

4.0.3

- fixed database, queue and redis tab "connection" and queue tab "queue" columns never being shown (implemented 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.3",
"version": "4.0.4",
"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.3",
"version": "4.0.4",

"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.3",
"version": "4.0.4",

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

0 comments on commit 58df4a2

Please sign in to comment.