From c0385a9dea56f4fb23f3ee8fb4ed8bab1e83b265 Mon Sep 17 00:00:00 2001 From: its Date: Sat, 7 Aug 2021 20:04:26 +0200 Subject: [PATCH] Bumped version to 5.1.0. --- .env | 2 +- CHANGELOG.md | 2 +- platforms/chrome/manifest.json | 4 ++-- platforms/edge/manifest.json | 4 ++-- platforms/firefox/manifest.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env b/.env index d63a06a..e3d49d5 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VUE_APP_VERSION=5.1-beta0 +VUE_APP_VERSION=5.1.0 VUE_APP_CREDITS_URL=https://meta.underground.works VUE_APP_SHARING_URL=https://clockwork.underground.works/ingest \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afc7ea..08682ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -5.1 (unreleased) +5.1 - added database queries syntax highlighting (implemented by edgardmessias, thanks!) - added database queries prettifying (implemented by edgardmessias, thanks!) diff --git a/platforms/chrome/manifest.json b/platforms/chrome/manifest.json index fb3b82c..0add1f5 100644 --- a/platforms/chrome/manifest.json +++ b/platforms/chrome/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "Clockwork", - "version": "5.0.999.0", - "version_name": "5.1 beta 0", + "version": "5.1.0", + "version_name": "5.1.0", "description": "php dev tools integrated to your browser", "homepage_url": "https://underground.works/clockwork", diff --git a/platforms/edge/manifest.json b/platforms/edge/manifest.json index fb3b82c..0add1f5 100644 --- a/platforms/edge/manifest.json +++ b/platforms/edge/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "Clockwork", - "version": "5.0.999.0", - "version_name": "5.1 beta 0", + "version": "5.1.0", + "version_name": "5.1.0", "description": "php dev tools integrated to your browser", "homepage_url": "https://underground.works/clockwork", diff --git a/platforms/firefox/manifest.json b/platforms/firefox/manifest.json index d9a8516..94e141d 100755 --- a/platforms/firefox/manifest.json +++ b/platforms/firefox/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "Clockwork", - "version": "5.0.999.0", - "version_name": "5.1 beta 0", + "version": "5.1.0", + "version_name": "5.1.0", "description": "php dev tools integrated to your browser", "homepage_url": "https://underground.works/clockwork",