From 3d4233f8e5f55db857b6413a2d09fb0f330e66f4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 2 May 2024 11:18:50 -0700 Subject: [PATCH] Bump version to 0.1.0 Update the middle version since there are some changes to API and CLI. But not a full major bump since they are backwards compatible. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e42d8fc..e19c3fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lonocloud/resolve-deps", - "version": "0.0.3", + "version": "0.1.0", "repository": "https://github.com/viasat/resolve-deps", "license": "SEE LICENSE IN LICENSE", "description": "ClojureScript and python dependency resolver",