Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zvizvi committed Mar 13, 2024
1 parent a459073 commit f4d6f02
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ Services currently supported:


### What's changed?
* v2.0.4
* Fix compatibility with the new GitHub design.
* Add VSCode Insiders option (Thanks to @JMcrafter26).
* Remove the VSCode Remote Repositories option as it no longer works.
* Remove the GitHub Memory option as it no longer works.
* CodeSandbox and Replit new logos corrected
* v2.0.3 Bug fixed
* v2.0.2 GitLab1s link added
* v2.0.1 Open in VSCodeDev option
* v2.0.1 Open in VSCode Dev option
* v2.0.0
* Extension customizing options page.
* ~Open in VSCode Remote Repositories option.~
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
"version": "2.0.4",
"author": "[email protected]",
"action": {
"default_icon": {
Expand Down
4 changes: 2 additions & 2 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-web-ide",
"version": "2.0.3",
"version": "2.0.4",
"description": "⚡ Open GitHub repositories in online web IDE",
"main": "README.md",
"dependencies": {
Expand Down

0 comments on commit f4d6f02

Please sign in to comment.