diff --git a/assets/.DS_Store b/assets/.DS_Store index da6d265..0f9eee7 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/manifest.json b/manifest.json index 54dc185..f279d0f 100644 --- a/manifest.json +++ b/manifest.json @@ -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": "3.0.0", + "version": "0.0.2", "author": "Raphael Heinz", "action": { "default_icon": "assets/thumbnail.png", diff --git a/package-lock.json b/package-lock.json index ad9710b..6632f40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "LeetHub v2", - "version": "2.0.1", + "name": "LeetHub v3", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "LeetHub v2", - "version": "2.0.1", + "name": "LeetHub v3", + "version": "0.0.2", "devDependencies": { "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.1.4", diff --git a/package.json b/package.json index 72a285c..ad71788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LeetHub v3", - "version": "3.0.0", + "version": "0.0.2", "private": true, "description": "Automatically integrate your code with LeetCode and GitHub", "scripts": {