Skip to content

Commit

Permalink
Fix GH navigation listener #13
Browse files Browse the repository at this point in the history
  • Loading branch information
zvizvi committed Jul 30, 2022
1 parent 861b31e commit 6668044
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 19 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Services currently supported:


### What's changed?
* v2.0.3 Bug fixed
* v2.0.2 GitLab1s link added
* v2.0.1 Open in VSCodeDev option
* v2.0.0
Expand Down
18 changes: 3 additions & 15 deletions src/js/main.js

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

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.2",
"version": "2.0.3",
"author": "zvizvi5@outlook.com",
"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.2",
"version": "2.0.3",
"description": "⚡ Open GitHub repositories in online web IDE",
"main": "README.md",
"dependencies": {
Expand Down

0 comments on commit 6668044

Please sign in to comment.