From 68014cc9086b34c77c75417c6bfe5241449b7162 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Wed, 31 Oct 2018 13:46:59 -0400 Subject: [PATCH] v0.0.2 --- theia-extensions/theia-spring-boot/lerna.json | 2 +- theia-extensions/theia-spring-boot/spring-boot/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theia-extensions/theia-spring-boot/lerna.json b/theia-extensions/theia-spring-boot/lerna.json index 080196459..10fdf66f9 100644 --- a/theia-extensions/theia-spring-boot/lerna.json +++ b/theia-extensions/theia-spring-boot/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.0.1", + "version": "0.0.2", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/theia-extensions/theia-spring-boot/spring-boot/package.json b/theia-extensions/theia-spring-boot/spring-boot/package.json index effea5d63..64de15e2d 100644 --- a/theia-extensions/theia-spring-boot/spring-boot/package.json +++ b/theia-extensions/theia-spring-boot/spring-boot/package.json @@ -3,7 +3,7 @@ "keywords": [ "theia-extension" ], - "version": "0.0.1", + "version": "0.0.2", "files": [ "lib", "src",