You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2020/09/18 21:26:09 UTC

[incubator-annotator] branch top-level-exports updated: Add version number to top-level package.json

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

gerben pushed a commit to branch top-level-exports
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/top-level-exports by this push:
     new f943c81  Add version number to top-level package.json
f943c81 is described below

commit f943c8141fb2a2eba6823f188cd07a9a94aadf19
Author: Gerben <ge...@treora.com>
AuthorDate: Fri Sep 18 23:18:34 2020 +0200

    Add version number to top-level package.json
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index c62772b..7a82de7 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,6 @@
 {
   "name": "annotator",
+  "version": "0.1.0",
   "private": true,
   "description": "Apache Annotator provides annotation enabling code for browsers, servers, and humans.",
   "homepage": "https://annotator.apache.org",