Skip to content

Commit

Permalink
Increase maxTarget so it can run on LMS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed Mar 25, 2020
1 parent 014bcce commit 5250219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<extension>
<name>PLUGIN_SQUEEZECLOUD</name>
<module>Plugins::SqueezeCloud::Plugin</module>
<version>0.9.3</version>
<version>0.9.4</version>
<description>PLUGIN_SQUEEZECLOUD_DESC</description>
<icon>plugins/SqueezeCloud/html/images/icon.png</icon>
<defaultState>enabled</defaultState>
<targetApplication>
<id>SlimServer</id>
<minVersion>7.5</minVersion>
<maxVersion>7.*</maxVersion>
<maxVersion>*</maxVersion>
</targetApplication>
<optionsURL>plugins/SqueezeCloud/settings/basic.html</optionsURL>
<creator>Robert Siebert, Daniel Vijge, Robert Gibbon, David Blackman</creator>
Expand Down

0 comments on commit 5250219

Please sign in to comment.