Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
korelstar committed Jan 15, 2016
1 parent 3eb0f61 commit 0566dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class.proxyvanillicon.plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$PluginInfo['proxyvanillicon'] = array(
'Name' => 'Vanillicon Proxy',
'Description' => "This proxy (with local cache) for Vanillicon enhances privacy for your users.",
'Version' => '2.0',
'Version' => '2.1',
'RequiredApplications' => array('Vanilla' => '2.0.18'),
'Author' => 'Kristof Hamann',
'AuthorEmail' => '[email protected]',
Expand All @@ -27,7 +27,7 @@
*/
class VanilliconProxyPlugin extends Gdn_Plugin {

const IMG_DIR = 'proxyvanillicon';
const IMG_DIR = 'vanilliconproxy';

/**
* Set up the plugin.
Expand Down

0 comments on commit 0566dbb

Please sign in to comment.