From 313ed93da9fc0c2f560386e4fd7f0daf06ac34e5 Mon Sep 17 00:00:00 2001 From: David Blass Date: Fri, 5 Dec 2025 14:47:12 -0500 Subject: [PATCH] bump version --- entry | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entry b/entry index e12538f..32dd11a 100755 --- a/entry +++ b/entry @@ -83859,7 +83859,7 @@ function query({ // package.json var package_default = { name: "@pullfrog/action", - version: "0.0.125", + version: "0.0.126", type: "module", files: [ "index.js", diff --git a/package.json b/package.json index b5af53b..ada6407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.125", + "version": "0.0.126", "type": "module", "files": [ "index.js",