Skip to content

Commit 19fc005

Browse files
committed
Bump version
1 parent c97a778 commit 19fc005

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010
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.
11+
1112
Services currently supported:
1213

1314
* [GitHub Dev](https://github.dev/)
@@ -27,6 +28,7 @@ Services currently supported:
2728

2829

2930
### What's changed?
31+
* v2.0.6 Style improvements
3032
* v2.0.5 Gitlab new design compatibility
3133
* v2.0.4
3234
* Fix compatibility with the new GitHub design.

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"manifest_version": 3,
55
"update_url": "https://clients2.google.com/service/update2/crx",
66
"homepage_url": "https://github.com/zvizvi/GitHub-Web-IDE",
7-
"version": "2.0.5",
7+
"version": "2.0.6",
88
"author": "[email protected]",
99
"action": {
1010
"default_icon": {

src/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-web-ide",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "⚡ Open GitHub repositories in online web IDE",
55
"main": "README.md",
66
"dependencies": {

0 commit comments

Comments
 (0)