From 0c96ed3672bf7271ed10f99b468bd9b1d7b480ce Mon Sep 17 00:00:00 2001 From: ivojawer Date: Tue, 6 Aug 2024 18:45:05 -0300 Subject: [PATCH] release v0.2.7 --- examples/init-examples/existing-folder/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/init-examples/existing-folder/package.json b/examples/init-examples/existing-folder/package.json index ef8cb6a..94b9f99 100644 --- a/examples/init-examples/existing-folder/package.json +++ b/examples/init-examples/existing-folder/package.json @@ -2,6 +2,6 @@ "name": "existing-folder", "version": "1.0.0", "wollokVersion": "4.0.0", - "author": "palumbon", + "author": "ivanjawerbaum", "license": "ISC" } diff --git a/package-lock.json b/package-lock.json index 11f4fae..531b6d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wollok-ts-cli", - "version": "0.2.5", + "version": "0.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wollok-ts-cli", - "version": "0.2.5", + "version": "0.2.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4ca8199..b1d6293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wollok-ts-cli", - "version": "0.2.6", + "version": "0.2.7", "description": "Wollok Command Line Interface", "repository": "https://github.com/uqbar-project/wollok-ts-cli", "license": "MIT",