From e14cb3a860d125f19516309a399dc3b983446c9f Mon Sep 17 00:00:00 2001 From: Emile Rolley Date: Thu, 14 Sep 2023 16:39:52 +0200 Subject: [PATCH] v0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 115cf53..a9c5993 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rescript-docx", "description": "ReScript bindings for the docx.js lib", - "version": "0.1.2", + "version": "0.1.3", "scripts": { "clean": "rescript clean", "build": "rescript build",