Skip to content

Commit 6eb808a

Browse files
committed
Version bump v3.2.1
1 parent 545bee3 commit 6eb808a

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
### 3.2.1b
5+
* Fix download list
6+
* Added Liberapay to Donation service
7+
48
### 3.2.0b
59
* Added Finished downloads list
610
* Fixed PWA start_url

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It use a modern graphic with a responsive design template.
1212

1313
See [Changelog](CHANGELOG.md) for the features
1414

15-
Download - Latest v3.2.0b (10.08.2018)
15+
Download - Latest v3.2.1b (25.07.2019)
1616
--------------------------------------
1717
* [Standard Version on GoogleDrive](https://drive.google.com/folderview?id=0BzaXzhTPJkC7WFFIM09uYm4zSk0&usp=sharing#list)
1818
* [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
4949

5050
TODOs
5151
-----
52-
* Better support for android web app (https://developers.google.com/web/fundamentals/app-install-banners/)
52+
* Any suggest?
5353

5454
Support me
5555
----------
56-
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)
56+
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 :
57+
58+
[![Donate PayPal](https://img.shields.io/badge/donate-paypal-green.svg?logo=paypal&style=for-the-badge)](https://www.paypal.me/EmanuelePalombo)
59+
[![Donate Liberapay](https://img.shields.io/badge/donate-liberapay-green.svg?logo=liberapay&style=for-the-badge)](https://liberapay.com/Emanuele/donate)
5760

5861
With a free donation, you'll get the **Donation Package** that adds three panels:
5962

latestVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// IMPORTANT: This are check by other version, change only when you want release!
22
// IMPORTANT: Update also main.js#version check, latestVersion.js, main.php
3-
var latestVersion = '3.2.0b';
3+
var latestVersion = '3.2.1b';

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var mm = mm || {};
44

55
// IMPORTANT: Update also main.js#version check, latestVersion.js, main.php
6-
mm.version = '3.2.0b';
6+
mm.version = '3.2.1b';
77

88
mm.settings = mm.settings || {};
99

0 commit comments

Comments
 (0)