From abca09c3dbde73dc0570813ccb543669aefdd152 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 17 Aug 2021 20:44:40 -0700 Subject: [PATCH] Bump version to v0.1.0. --- src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.ts b/src/const.ts index 8d745ee2..2b911113 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '0.0.1'; +export const CARD_VERSION = '0.1.0';