From 2693d9e3951c6d93d52815818a688ef3dec6ebfe Mon Sep 17 00:00:00 2001 From: Joe Bond Date: Tue, 17 Dec 2024 16:48:39 +0000 Subject: [PATCH] v0.7.25 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf1d309ce..9a79ffcc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@explorable-viz/fluid", - "version": "0.7.24", + "version": "0.7.25", "description": "Fluid is an experimental programming language which integrates a bidirectional dynamic analysis to connect outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.", "main": "index.js", "repository": {