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 272b58e UNOMI-671: change version to 1.0.1
272b58e is described below
commit 272b58ef4ea80328a4f5680beda7cee1c85cce98
Author: Kevan <[email protected]>
AuthorDate: Mon Sep 26 16:08:36 2022 +0200
UNOMI-671: change version to 1.0.1
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index cafc86a..08734b2 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": "1.0.1",
"description": "A web tracker for Apache Unomi",
"main": "dist/apache-unomi-tracker.cjs.js",
"module": "dist/apache-unomi-tracker.esm.js",