From 1ab5842f54bf67b5d698c62f5205f7fb5440f355 Mon Sep 17 00:00:00 2001 From: Emile Rolley Date: Wed, 13 Dec 2023 13:24:50 +0100 Subject: [PATCH] v0.2.5 --- package.json | 2 +- src/CatalaExplain.res | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e67b2d9..032cb7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catala-lang/catala-explain", - "version": "0.2.4", + "version": "0.2.5", "description": "A module for explicability from the trace of a catala program", "scripts": { "clean": "rescript clean -with-deps", diff --git a/src/CatalaExplain.res b/src/CatalaExplain.res index 9cab0a3..e2f327a 100644 --- a/src/CatalaExplain.res +++ b/src/CatalaExplain.res @@ -153,7 +153,7 @@ type options = { sourcesURL?: string, } -let version = "0.2.2" +let version = "0.2.5" let generate = (~events, ~userInputs, ~schema, ~opts) => { open Docx.Util.Types