Version bump

This commit is contained in:
dmacias72 2017-02-13 07:05:29 -07:00
parent d332d66b1b
commit cd9310a58b
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "speedtest"> <!ENTITY name "speedtest">
<!ENTITY author "dmacias72"> <!ENTITY author "dmacias72">
<!ENTITY version "2017.02.12a"> <!ENTITY version "2017.02.13">
<!ENTITY launch "Settings/SpeedtestSettingsTabs"> <!ENTITY launch "Settings/SpeedtestSettingsTabs">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -23,6 +23,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
<CHANGES> <CHANGES>
##&name; ##&name;
###&version; ###&version;
- version bump
###2017.02.12a
- fix scheduler hourly setting - fix scheduler hourly setting
- fix scheduler tab calculation - fix scheduler tab calculation
###2017.01.30 ###2017.01.30

View File

@ -11,8 +11,10 @@ This plugin interacts with the command line interface for testing internet bandw
</Description> </Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support> <Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon> <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
<Date>2017-02-12</Date> <Date>2017-02-13</Date>
<Changes> <Changes>
###2017.02.13
- version bump
###2017.02.12a ###2017.02.12a
- fix scheduler hourly setting - fix scheduler hourly setting
- fix scheduler tab calculation - fix scheduler tab calculation