Skip to content

Commit 39198e9

Browse files
committed
Bump version
1 parent 6284020 commit 39198e9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Services currently supported:
3232

3333

3434
### What's changed?
35+
* v2.0.10 Add Clone in Cursor and Windsurf options.
3536
* v2.0.9 Bug fixes and improvements.
3637
* v2.0.8 Google IDX link added.
3738
* v2.0.7

Diff for: 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.9",
7+
"version": "2.0.10",
88
"author": "[email protected]",
99
"action": {
1010
"default_icon": {

Diff for: src/package-lock.json

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

Diff for: 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.9",
3+
"version": "2.0.10",
44
"description": "⚡ Open GitHub repositories in online web IDE",
55
"main": "README.md",
66
"dependencies": {

0 commit comments

Comments
 (0)