Skip to content

Commit

Permalink
Version and year bump v3.6.6b
Browse files Browse the repository at this point in the history
  • Loading branch information
elbowz committed Jan 9, 2023
1 parent ca528a0 commit 5fe5ab6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 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.6.6b
* Remember download page settings
* Remember search page settings (Donation Package)

### 3.6.0b
* Key shortcuts (accesskey) for left menu (eg. Chrome ALT+<key>)
* Added shared page
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mobileMule
==========
coded by muttley © 2022 - https://github.com/elbowz/mobileMule
coded by muttley © 2023 - https://github.com/elbowz/mobileMule

![mobileMule](http://i.imgur.com/JZByzIj.jpg)

Expand All @@ -12,7 +12,7 @@ It use a modern graphic with a responsive design template.

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

Download - Latest v3.6.0b (13.04.2022)
Download - Latest v3.6.6b (10.01.2023)
--------------------------------------
* [Standard Version](https://github.com/elbowz/mobileMule/releases) or 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
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.6.0b';
var latestVersion = '3.6.6b';
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!-- /content -->
<div data-role="footer">
<p>&nbsp;<a href="https://github.com/elbowz/mobileMule" title="about" data-rel="dialog" data-transition="pop">mobileMule</a> &copy; 2022</p>
<p>&nbsp;<a href="https://github.com/elbowz/mobileMule" title="about" data-rel="dialog" data-transition="pop">mobileMule</a> &copy; 2023</p>
</div>
</div>
<script>
Expand Down
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.6.0b';
mm.version = '3.6.6b';

mm.localStorage = mm.localStorage || new mMLocalStorage();

Expand Down
6 changes: 3 additions & 3 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div id="footer" data-role="footer">
<a id="btScrollUp" href="#" data-icon="arrow-u" class="ui-btn-right">scroll up</a>
<p>&nbsp;<a href="#about" data-rel="popup" data-position-to="window" data-transition="pop">mobileMule</a> <i class="fa fa-copyright fa-fw"></i> 2022</p>
<p>&nbsp;<a href="#about" data-rel="popup" data-position-to="window" data-transition="pop">mobileMule</a> <i class="fa fa-copyright fa-fw"></i> 2023</p>
</div>
<!-- /footer -->
Expand Down Expand Up @@ -102,9 +102,9 @@ class="ui-btn ui-corner-all ui-shadow ui-btn-a ui-icon-delete ui-btn-icon-notext
</div>
<div role="main" class="ui-content">
<!-- IMPORTANT: Update also main.js#version check, latestVersion.js, main.php -->
<p><strong>mobileMule v3.6.0b</strong><br/>
<p><strong>mobileMule v3.6.6b</strong><br/>
coded by muttley <i class="fa fa-copyright fa-fw"></i> 2022<br/><br/>
coded by muttley <i class="fa fa-copyright fa-fw"></i> 2023<br/><br/>
<i class="fa fa-book fa-fw"></i>
<a href="https://raw.githubusercontent.com/elbowz/mobileMule/master/CHANGELOG.md" title="changelog">Changelog</a> &bull;
<i class="fa fa-github-alt fa-fw"></i>
Expand Down

0 comments on commit 5fe5ab6

Please sign in to comment.