Skip to content

Commit 2c261a4

Browse files
committed
Bumped version to 5.3.1, updated changelog.
1 parent fcb2964 commit 2c261a4

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VITE_VERSION="5.3"
1+
VITE_VERSION="5.3.1"
22

33
VITE_CREDITS_URL=https://meta.underground.works
44
VITE_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.3.1
2+
3+
- fixed AJAX requests in the requests list might not be selectable (reported by FeBe95, thanks!)
4+
- fixed "Empty metadata" error might be incorrectly shown
5+
16
5.3
27

38
- upgraded to Vue.js 3 and Vite

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.3.0",
3+
"version": "5.3.1",
44
"description": "php dev tools in your browser",
55
"type": "module",
66
"scripts": {

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": 3,
33
"name": "Clockwork",
4-
"version": "5.3.0",
5-
"version_name": "5.3.0",
4+
"version": "5.3.1",
5+
"version_name": "5.3.1",
66

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

platforms/edge/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.3.0",
5-
"version_name": "5.3.0",
4+
"version": "5.3.1",
5+
"version_name": "5.3.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.3.0",
5-
"version_name": "5.3.0",
4+
"version": "5.3.1",
5+
"version_name": "5.3.1",
66

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

0 commit comments

Comments
 (0)