From 6cab98d6ff5190352023f3474a2b2837fe3e5a77 Mon Sep 17 00:00:00 2001 From: Ivan Korotkov Date: Mon, 4 Oct 2021 12:12:35 +0500 Subject: [PATCH] chore: bump version to v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc330ca..1ca09e3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "remote-vm", "displayName": "Remote VM", "description": "Automatically create, setup and connect to Digital Ocean VM for effective remote development", - "version": "0.2.1", + "version": "0.2.2", "repository": { "type": "git", "url": "https://github.com/iskorotkov/remote-vm.git"