From 5bceefbc0142345898f44d04c76f169ba59cc3a2 Mon Sep 17 00:00:00 2001 From: Petr Gazarov Date: Wed, 20 Dec 2023 00:29:52 -0800 Subject: [PATCH] Bump version --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ffd07a3..c5c8cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumuli-aws-console-chat", - "version": "0.1.2", + "version": "0.1.3", "engines": { "node": ">20.0.0" }, diff --git a/public/manifest.json b/public/manifest.json index d940c44..3259100 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Cumuli - AWS Console Chat", "description": "Chat with GPT-4 turbo on any AWS page", - "version": "0.1.2", + "version": "0.1.3", "action": { "default_title": "Cumuli - AWS Console Chat" },