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 <[email protected]>
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 <[email protected]>",
- "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",