From 660ffd8880193f27b7ea13dc82a1f6b10cfeac5f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 10 Mar 2024 23:30:24 +0100 Subject: [PATCH] 3.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16705ea..47e2df4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/gulp-function", "private": false, - "version": "3.0.6", + "version": "3.0.7", "description": "accepts a function call as parameter to execute in gulp pipeline", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",