Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FaisalUmair committed May 26, 2018
1 parent b0e0f5b commit 40d40e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ This software does not magically download any paid course available on Udemy, yo

| Platform | Arch | Version | Link|
| --- | --- | --- | --- |
| Windows | x64 | 1.5.3 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.3/Udeler-Setup-1.5.3-windows-x64.exe)|
| Windows | x86 | 1.5.3 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.3/Udeler-Setup-1.5.3-windows-x86.exe)|
| Mac | x64 | 1.5.3 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.3/Udeler-1.5.3-mac.zip)|
| Linux | x86_x64 | 1.5.3 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.3/Udeler-1.5.3-linux-x86_x64.AppImage)|
| Windows | x64 | 1.5.4 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.4/Udeler-Setup-1.5.4-windows-x64.exe)|
| Windows | x86 | 1.5.4 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.4/Udeler-Setup-1.5.4-windows-x86.exe)|
| Mac | x64 | 1.5.4 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.4/Udeler-1.5.4-mac.zip)|
| Linux | x86_x64 | 1.5.4 | [Download](https://github.com/FaisalUmair/udemy-downloader-gui/releases/download/v1.5.4/Udeler-1.5.4-linux-x86_x64.AppImage)|

### Note:
By default the courses will be downloaded to the user's Download folder. The structure of course content will be preserved.
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Udeler",
"version": "1.5.3",
"version": "1.5.4",
"repository": {
"type": "git",
"url": "https://github.com/FaisalUmair/udemy-downloader-gui.git"
Expand Down Expand Up @@ -37,11 +37,9 @@
"dependencies": {
"dialogs": "^1.1.20",
"electron-settings": "^3.1.4",
"fs-extra": "^6.0.0",
"jquery": "^3.2.1",
"mkdirp": "^0.5.1",
"mt-files-downloader": "https://github.com/FaisalUmair/mt-files-downloader-wrapper",
"request": "^2.87.0",
"sanitize-filename": "^1.6.1"
}
}

0 comments on commit 40d40e2

Please sign in to comment.