From 19fc005831d5661e8f512c63dc831c67f2dd1984 Mon Sep 17 00:00:00 2001 From: zvizvi <5633910@gmail.com> Date: Fri, 22 Mar 2024 06:32:24 +0200 Subject: [PATCH] Bump version --- README.md | 2 ++ src/manifest.json | 2 +- src/package-lock.json | 4 ++-- src/package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f45329..8bf154b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This extension enhances GitHub repositories by adding a convenient dropdown menu. This menu offers direct links to various online platforms that allow users to view and interact with the repository's source code in an environment reminiscent of an IDE. + Services currently supported: * [GitHub Dev](https://github.dev/) @@ -27,6 +28,7 @@ Services currently supported: ### What's changed? +* v2.0.6 Style improvements * v2.0.5 Gitlab new design compatibility * v2.0.4 * Fix compatibility with the new GitHub design. diff --git a/src/manifest.json b/src/manifest.json index 09767de..5345ea0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "manifest_version": 3, "update_url": "https://clients2.google.com/service/update2/crx", "homepage_url": "https://github.com/zvizvi/GitHub-Web-IDE", - "version": "2.0.5", + "version": "2.0.6", "author": "zvizvi5@outlook.com", "action": { "default_icon": { diff --git a/src/package-lock.json b/src/package-lock.json index c53ab95..211eba2 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-web-ide", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-web-ide", - "version": "2.0.5", + "version": "2.0.6", "dependencies": { "@primer/css": "^19.5.0" } diff --git a/src/package.json b/src/package.json index 9ba7cd6..ce4833f 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "github-web-ide", - "version": "2.0.5", + "version": "2.0.6", "description": "⚡ Open GitHub repositories in online web IDE", "main": "README.md", "dependencies": {