You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by jk...@apache.org on 2022/09/01 16:52:50 UTC

[unomi-tracker] branch main updated: UNOMI-647: set version to 0.0.1

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

jkevan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/unomi-tracker.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d68d00  UNOMI-647: set version to 0.0.1
2d68d00 is described below

commit 2d68d00028fecdb8f38cc00ee0aca43b06fb7cda
Author: Kevan <ke...@jahia.com>
AuthorDate: Thu Sep 1 18:52:41 2022 +0200

    UNOMI-647: set version to 0.0.1
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 1491b52..6ae23a8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "apache-unomi-tracker",
   "repository": "apache/unomi-tracker",
   "author": "unomi <de...@unomi.apache.org>",
-  "version": "1.0.0",
+  "version": "0.0.1",
   "description": "A web tracker for Apache Unomi",
   "main": "dist/apache-unomi-tracker.cjs.js",
   "module": "dist/apache-unomi-tracker.esm.js",