From 50beb88fef52a3a78807b5b4016364f09b275a3d Mon Sep 17 00:00:00 2001 From: pacmandoh Date: Fri, 29 Mar 2024 04:52:16 +0800 Subject: [PATCH] chore: release v0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bdf65f..91ff689 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "model", "private": true, "type": "module", - "version": "0.1.2", + "version": "0.1.3", "scripts": { "build": "nuxt build", "dev": "nuxt dev",