diff --git a/package.json b/package.json index d6ce88f..3b6bc7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catala-lang/catala-explain", - "version": "0.2.1", + "version": "0.2.2", "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 3aed9b7..ae129c7 100644 --- a/src/CatalaExplain.res +++ b/src/CatalaExplain.res @@ -153,7 +153,7 @@ type options = { sourcesURL?: string, } -let version = "0.2.1" +let version = "0.2.2" let generate = (~events, ~userInputs, ~schema, ~opts) => { open Docx.Util.Types