From 2407586004b020a81f49f7d32271fb2da6007620 Mon Sep 17 00:00:00 2001 From: Hiroaki Ogasawara <13391129+xhiroga@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:36:51 +0900 Subject: [PATCH] chore: 2.13 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de5e9c8..ab43c23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-peacock-management-console", - "version": "2.12", + "version": "2.13", "repository": "https://github.com/xhiroga/aws-peacock-management-console", "author": "Hiroaki Ogasawara <13391129+xhiroga@users.noreply.github.com>", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 1e2e672..f94cd84 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "AWS Peacock Management Console", "description": "Browser Extension to change color of AWS Management Console, by Account ID", - "version": "2.12", + "version": "2.13", "icons": { "128": "icons/128.png" },