From 27abcaaae161f595128f02f0e31b0cc951d4dc29 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Wed, 8 Dec 2021 22:13:16 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096ccf3..43d560c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mobily/rescript-date", "description": "📆 Date manipulation in ReScript.", - "version": "2.0.0", + "version": "2.1.0", "scripts": { "test": "yarn jest --coverage", "re:clean": "yarn rescript clean",