From 18d54c92571df5644aa1addba292aac2f6f077a5 Mon Sep 17 00:00:00 2001 From: Emile Rolley Date: Thu, 12 Oct 2023 10:49:31 +0200 Subject: [PATCH] v0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7da0cbe..c0cbb6a 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.4", + "version": "0.1.5", "scripts": { "clean": "rescript clean", "build": "rescript build -with-deps",