From dd51b39b552b208169f21ab3df8a6be517660bb7 Mon Sep 17 00:00:00 2001 From: Evgeny Blokhin Date: Mon, 20 Jun 2022 00:51:46 +0200 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9cf580..18e75f2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "optimade", - "version": "2.0.5", + "version": "2.1.0", "description": "Aggregating Optimade client for the online materials databases", "main": "dist/index.js", "module": "dist/index.mjs", @@ -40,4 +40,4 @@ "type": "git", "url": "git+https://github.com/tilde-lab/optimade-client" } -} \ No newline at end of file +}