Skip to content

Commit

Permalink
Version bump v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elbowz committed Jul 23, 2019
1 parent 545bee3 commit 6eb808a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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&currency_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:

Expand Down
2 changes: 1 addition & 1 deletion latestVersion.js
Original file line number Diff line number Diff line change
@@ -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';
var latestVersion = '3.2.1b';
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || {};

Expand Down

0 comments on commit 6eb808a

Please sign in to comment.