From ccbb2ae9f231048251bcc7a21e351153ccbffc3b Mon Sep 17 00:00:00 2001 From: kaan Date: Mon, 10 Apr 2023 12:15:01 +0200 Subject: [PATCH] fix: package.json plugin version --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9a720..e296e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # vue-paho-mqtt -## 0.2.4 +## 0.2.3 ### Patch Changes diff --git a/package.json b/package.json index b7601ab..04d1856 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-paho-mqtt", "author": "I Kaan Yilmaz (https://github.com/kaandesu)", - "version": "0.2.4", + "version": "0.2.3", "license": "MIT", "description": "Easy-to-use Paho MQTT client for Vue 3 with centralized subscription management, type support, and built-in optional alert notification library.", "contributors": [