Skip to content

Commit

Permalink
v1.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Mar 7, 2023
1 parent de87bc6 commit 9bff933
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, linux-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Checkout
Expand Down
7 changes: 6 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
- Update the electron pack to the latest

----
## Version 1.11.9
## Version 1.11.10

### Added
1. Release for Linux and Mac - _finally!_ 😁

### Fixed
1. Can't login _[#53](https://github.com/heliomarpm/udemy-downloader-gui/issues/53)_
2. Login popup not closing, unable to use _[#66](https://github.com/heliomarpm/udemy-downloader-gui/issues/66)_


### Other Changes
1. Messaging improvement
2. Command to make release version - _for developers_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "udeler",
"productName": "Udeler",
"version": "1.11.9",
"version": "1.11.10",
"main": "index.js",
"urlHelp": "https://heliomarpm.notion.site/heliomarpm/How-to-get-an-Access-Token-b0ce5f89073c4965b47721197dcb2497",
"repository": {
Expand Down

0 comments on commit 9bff933

Please sign in to comment.