From 5f9ef53a8ded90d5e06db75c82ef2aee45ba776f Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 14 Jan 2024 16:35:26 +0100 Subject: [PATCH] Remove -SNAPSHOT, preparing 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af8f072..afecb7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@tupilabs/vue-lumino", "description": "A Vue component that integrates with Lumino", "author": "Bruno P. Kinoshita (https://twitter.com/kinow)", - "version": "1.2.0-SNAPSHOT", + "version": "1.2.0", "license": "Apache-2.0", "homepage": "https://github.com/tupilabs/vue-lumino/", "main": "./dist/vue-lumino.common.js",