From f6ec992fa989acdb86a7b46d7cc0e3506d4bb6ec Mon Sep 17 00:00:00 2001 From: Mateus Souza Date: Sat, 4 Jun 2022 22:40:15 -0300 Subject: [PATCH] Version 2.0.7 --- src/vine.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vine.ts b/src/vine.ts index 2930c55..52e180a 100644 --- a/src/vine.ts +++ b/src/vine.ts @@ -1,4 +1,4 @@ -/*! Vine JS (2.0.6) - https://github.com/mateussouzaweb/vine */ +/*! Vine JS (2.0.7) - https://github.com/mateussouzaweb/vine */ declare global { interface Window { @@ -6,4 +6,4 @@ declare global { } } -export const __version = '2.0.6' +export const __version = '2.0.7'