From 599a3d9820029045e40ef484c812b3d35fae6b8e Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 5 Aug 2023 19:40:10 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=200.1.2=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60e14b6..59c63a8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ ![preview](https://github.com/arifszn/vail/assets/45073703/245f4f93-6c8b-4fd6-8683-8bd713a0f3f7) - ## Introduction **Vail** provides a Docker powered local development experience for JavaScript/TypeScript Apps that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Vail. Vail's simple CLI means you can start building your application without any previous Docker experience. diff --git a/package-lock.json b/package-lock.json index 9486327..db7ed57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vail", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vail", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "child_process": "^1.0.2", diff --git a/package.json b/package.json index 4eb0022..f2fd7c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vail", - "version": "0.1.1", + "version": "0.1.2", "description": "Dockerize Your JavaScript/TypeScript Apps Effortlessly.", "license": "MIT", "author": "arifszn",