From f67156ba3eab3044bbf65e7a53ece5676fea9e53 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Thu, 13 Jun 2024 09:23:23 +0900 Subject: [PATCH] v0.4.0 --- integrations/vue3/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/vue3/package.json b/integrations/vue3/package.json index dea3e99..cd017e3 100644 --- a/integrations/vue3/package.json +++ b/integrations/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@tethr/vue3", - "version": "0.1.0", + "version": "0.4.0", "main": "lib/index.js", "types": "lib/index.d.ts", "private": false, @@ -15,7 +15,7 @@ "homepage": "https://baku89.github.io/tethr/", "license": "MIT", "dependencies": { - "tethr": "0.3.1", + "tethr": "0.4.0", "vue": "^3.0.0" } }