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/02 09:32:18 UTC

[unomi-tracker] branch main updated: 1.0.0-beta.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 d9da388  1.0.0-beta.1
d9da388 is described below

commit d9da3881e405dcb058649ed55b4cce522fb1aecf
Author: Kevan <ke...@jahia.com>
AuthorDate: Fri Sep 2 11:31:46 2022 +0200

    1.0.0-beta.1
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 30ec02e..46c352a 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-beta.0",
+  "version": "1.0.0-beta.1",
   "description": "A web tracker for Apache Unomi",
   "main": "dist/apache-unomi-tracker.cjs.js",
   "module": "dist/apache-unomi-tracker.esm.js",
@@ -32,4 +32,4 @@
     "@babel/runtime": "^7.18.9"
   },
   "license": "Apache-2.0"
-}
\ No newline at end of file
+}