Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Oct 31, 2023
1 parent 5377d2e commit 99cb10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catala-lang/catala-explain",
"version": "0.1.6",
"version": "0.1.7",
"description": "A module for explicability from the trace of a catala program",
"scripts": {
"clean": "rescript clean -with-deps",
Expand Down
2 changes: 1 addition & 1 deletion src/CatalaExplain.res
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ type options = {
sourcesURL?: string,
}

let version = "0.1.5"
let version = "0.1.7"

let generate = (~events, ~userInputs, ~schema, ~opts) => {
open Docx.Util.Types
Expand Down

0 comments on commit 99cb10c

Please sign in to comment.