From 7aedd6bc335dc2ece38b645a44b6b6f4af5660bd Mon Sep 17 00:00:00 2001 From: David Blass Date: Tue, 11 Nov 2025 17:14:55 -0500 Subject: [PATCH] bump version --- entry.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entry.js b/entry.js index b011bc1..9debf80 100755 --- a/entry.js +++ b/entry.js @@ -40481,7 +40481,7 @@ function query({ // package.json var package_default = { name: "@pullfrog/action", - version: "0.0.89", + version: "0.0.90", type: "module", files: [ "index.js", diff --git a/package.json b/package.json index 2681aad..7fe8fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.89", + "version": "0.0.90", "type": "module", "files": [ "index.js",