You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2021/06/02 06:34:43 UTC

[druid] branch 0.21.1 updated: bump web-console version

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 0.21.1
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/0.21.1 by this push:
     new 4651fdb  bump web-console version
4651fdb is described below

commit 4651fdb9bb71f473b4762eeb8bbd112250ae6160
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Tue Jun 1 23:34:21 2021 -0700

    bump web-console version
---
 web-console/package-lock.json    | 2 +-
 web-console/package.json         | 2 +-
 web-console/unified-console.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web-console/package-lock.json b/web-console/package-lock.json
index f815fc3..172119a 100644
--- a/web-console/package-lock.json
+++ b/web-console/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "web-console",
-  "version": "0.21.0",
+  "version": "0.21.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/web-console/package.json b/web-console/package.json
index 379e1af..206d4a5 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -1,6 +1,6 @@
 {
   "name": "web-console",
-  "version": "0.21.0",
+  "version": "0.21.1",
   "description": "A web console for Apache Druid",
   "author": "Apache Druid Developers <de...@druid.apache.org>",
   "license": "Apache-2.0",
diff --git a/web-console/unified-console.html b/web-console/unified-console.html
index 525aa41..3ec6a25 100644
--- a/web-console/unified-console.html
+++ b/web-console/unified-console.html
@@ -31,6 +31,6 @@
   <body class="bp3-dark mouse-mode">
     <div class="app-container"></div>
     <script src="console-config.js"></script>
-    <script src="public/web-console-0.21.0.js"></script>
+    <script src="public/web-console-0.21.1.js"></script>
   </body>
 </html>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org