You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/24 12:47:22 UTC

[incubator-streampipes] branch rel/0.67.0 updated: Update version for ui

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

zehnder pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new acba966  Update version for ui
acba966 is described below

commit acba9669b97ed8c7096fc3d6e843d21c66e3fba9
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Sep 24 14:46:16 2020 +0200

    Update version for ui
---
 ui/deployment/rel/config.yml | 1 +
 ui/package.json              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/deployment/rel/config.yml b/ui/deployment/rel/config.yml
index 361f3cb..6a57dba 100644
--- a/ui/deployment/rel/config.yml
+++ b/ui/deployment/rel/config.yml
@@ -25,4 +25,5 @@ modules:
   - spDataExplorer
   - spAppOverview
   - spAdd
+  - spFiles
   - spConfiguration
\ No newline at end of file
diff --git a/ui/package.json b/ui/package.json
index 9b7289f..e4f09f4 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-streampipes",
-  "version": "0.67.0-SNAPSHOT",
+  "version": "0.67.0",
   "description": "Apache StreamPipes (incubating) user interface",
   "homepage": "http://streampipes.apache.org",
   "repository": {