From 6eb808a041bc1c25bcdd7a1a97f756db114179eb Mon Sep 17 00:00:00 2001 From: muttley Date: Tue, 23 Jul 2019 17:46:49 +0200 Subject: [PATCH] Version bump v3.2.1 --- CHANGELOG.md | 4 ++++ README.md | 9 ++++++--- latestVersion.js | 2 +- main.js | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15feede..acfd30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +### 3.2.1b + * Fix download list + * Added Liberapay to Donation service + ### 3.2.0b * Added Finished downloads list * Fixed PWA start_url diff --git a/README.md b/README.md index ef74de4..424fc8d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It use a modern graphic with a responsive design template. See [Changelog](CHANGELOG.md) for the features -Download - Latest v3.2.0b (10.08.2018) +Download - Latest v3.2.1b (25.07.2019) -------------------------------------- * [Standard Version on GoogleDrive](https://drive.google.com/folderview?id=0BzaXzhTPJkC7WFFIM09uYm4zSk0&usp=sharing#list) * [Donation Package on GoogleDrive](https://drive.google.com/folderview?id=0BzaXzhTPJkC7SnpOVG11OF9ITlE&usp=sharing) (do a donation for get it) @@ -49,11 +49,14 @@ You can repeat point 1 of the above list ([install](#install)) or you can use th TODOs ----- - * Better support for android web app (https://developers.google.com/web/fundamentals/app-install-banners/) + * Any suggest? Support me ---------- -If you want help me, better support, more features, get speedy fix and so on, consider offer me a coffee or a beer through a [Donation with PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=muttley%2ebd%40gmail%2ecom&lc=IT&item_name=mobileMule&item_number=aMule%20web%20mobile%20skin¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) +If you want help me, better support, more features, get speedy fix and so on, consider offer me a coffee or a beer through a : + +[![Donate PayPal](https://img.shields.io/badge/donate-paypal-green.svg?logo=paypal&style=for-the-badge)](https://www.paypal.me/EmanuelePalombo) +[![Donate Liberapay](https://img.shields.io/badge/donate-liberapay-green.svg?logo=liberapay&style=for-the-badge)](https://liberapay.com/Emanuele/donate) With a free donation, you'll get the **Donation Package** that adds three panels: diff --git a/latestVersion.js b/latestVersion.js index 03da828..03b4fec 100644 --- a/latestVersion.js +++ b/latestVersion.js @@ -1,3 +1,3 @@ // IMPORTANT: This are check by other version, change only when you want release! // IMPORTANT: Update also main.js#version check, latestVersion.js, main.php -var latestVersion = '3.2.0b'; \ No newline at end of file +var latestVersion = '3.2.1b'; \ No newline at end of file diff --git a/main.js b/main.js index f08810b..85d545c 100644 --- a/main.js +++ b/main.js @@ -3,7 +3,7 @@ var mm = mm || {}; // IMPORTANT: Update also main.js#version check, latestVersion.js, main.php -mm.version = '3.2.0b'; +mm.version = '3.2.1b'; mm.settings = mm.settings || {};