Skip to content

Commit

Permalink
Merge pull request #13 from raphaelheinz/development
Browse files Browse the repository at this point in the history
Add Pandas to supported languages
  • Loading branch information
raphaelheinz authored Dec 13, 2023
2 parents 1c3af36 + 2725314 commit c186104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "LeetHub v3",
"description": "Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub",
"homepage_url": "https://github.com/raphaelheinz/LeetHub-3.0",
"version": "0.0.5",
"version": "0.0.6",
"author": "Raphael Heinz",
"action": {
"default_icon": "assets/thumbnail.png",
Expand Down
1 change: 1 addition & 0 deletions scripts/leetcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const languages = {
'MS SQL Server': '.sql',
Oracle: '.sql',
PHP: '.php',
Pandas: '.py',
Python: '.py',
Python3: '.py',
Racket: '.rkt',
Expand Down

0 comments on commit c186104

Please sign in to comment.