You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/08 17:59:37 UTC

[streampipes] 02/04: [release] remove SNAPSHOT version from UI

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

bossenti pushed a commit to branch rel/0.91.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 10c01ac8851eab95c30744130d5497df0fba725e
Author: Tim <bo...@posteo.de>
AuthorDate: Sat Apr 8 19:53:35 2023 +0200

    [release] remove SNAPSHOT version from UI
---
 ui/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/package.json b/ui/package.json
index 491c824cb..e137fb571 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-streampipes",
-  "version": "0.91.0-SNAPSHOT",
+  "version": "0.91.0",
   "description": "Apache StreamPipes user interface",
   "homepage": "http://streampipes.apache.org",
   "repository": {