From 183bafb76997e7e861028335e6c8d4a5baa28461 Mon Sep 17 00:00:00 2001 From: Albert Chae Date: Thu, 5 Oct 2023 06:27:08 -0700 Subject: [PATCH] Add version to package.json This should help with some of the tools we are trying to use to package this for Summer of Nix as part of https://github.com/ngi-nix/ngipkgs/issues/15 One unclear thing is that https://github.com/atomicdata-dev/atomic-server/releases/tag/v0.34.3 is tagged in git as 0.34.3 but the title of the release is 0.34.5. Not sure if that is a typo, but we went with the git tag. Co-authored-by: Jason Odoom Co-authored-by: Anish Lakhwara Co-authored-by: Dominic Mills Co-authored-by: Albert Chae Co-authored-by: Jack Leightcap --- browser/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/package.json b/browser/package.json index 48f6e3359..ec693554a 100644 --- a/browser/package.json +++ b/browser/package.json @@ -30,6 +30,7 @@ "vite": "^3.0.5" }, "name": "@tomic/root", + "version": "0.34.3", "private": true, "type": "module", "scripts": {