From a7f3181f5fee765b1e1e56f53c7cf3fefd59fce6 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 25 Feb 2020 13:29:08 +0100 Subject: [PATCH] 0.4.2 --- lib/.buildozerrc | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/.buildozerrc b/lib/.buildozerrc index 2698c29..1295955 100644 --- a/lib/.buildozerrc +++ b/lib/.buildozerrc @@ -1,4 +1,4 @@ -version: 0.4.0 +version: 0.4.2 src_base_path: ./ dest_base_path: ./ scss: diff --git a/package-lock.json b/package-lock.json index 895ea0b..92d6e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "buildozer", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ffd6b61..eb9629b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buildozer", - "version": "0.4.1", + "version": "0.4.2", "description": "Simple tool to build your frontend.", "main": "bin/buildozer.js", "bin": {