You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2022/06/14 08:09:23 UTC

[pulsar-manager] branch master updated: Move version to 0.3.0 (#455)

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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 91e2a1f  Move version to 0.3.0 (#455)
91e2a1f is described below

commit 91e2a1f0f37b0b19201801fb0463a8ac6714f7b4
Author: Li Li <ur...@apache.org>
AuthorDate: Tue Jun 14 16:09:18 2022 +0800

    Move version to 0.3.0 (#455)
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 front-end/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front-end/package.json b/front-end/package.json
index 744543f..fc8e80e 100644
--- a/front-end/package.json
+++ b/front-end/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-manager",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "description": "A tool for managing Apache Pulsar.",
   "author": "<eg...@gmail.com>",
   "license": "Apache License 2.0",