Skip to content

Commit 990a978

Browse files
committed
Bumped version to 5.0.1, updated changelog.
1 parent 4a533e8 commit 990a978

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VUE_APP_VERSION=5.0
1+
VUE_APP_VERSION=5.0.1
22

33
VUE_APP_CREDITS_URL=https://meta.underground.works
44
VUE_APP_SHARING_URL=https://clockwork.underground.works/ingest

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
5.0.1
2+
3+
- fixed broken performance tab for requests with performance log data (reported by sinnbeck, thanks!)
4+
- fixed some UI glitches, wrong spinner colors in dark theme
5+
16
5.0
27

38
- added many design tweaks, refinements and consistent iconography

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Clockwork",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "php dev tools in your browser",
55
"repository": "github:underground-works/clockwork-app",
66
"license": "MIT",

platforms/chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
33
"name": "Clockwork",
4-
"version": "5.0.0",
5-
"version_name": "5.0",
4+
"version": "5.0.1",
5+
"version_name": "5.0.1",
66

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

platforms/firefox/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
33
"name": "Clockwork",
4-
"version": "5.0.0",
5-
"version_name": "5.0",
4+
"version": "5.0.1",
5+
"version_name": "5.0.1",
66

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

0 commit comments

Comments
 (0)