Set version to 0.0.6.
[WoTNS.git] / src / main / java / net / pterodactylus / wotns / main / WoTNSPlugin.java
index f3ec6d4..99f9646 100644 (file)
@@ -21,7 +21,6 @@ import net.pterodactylus.util.logging.Logging;
 import net.pterodactylus.util.version.Version;
 import net.pterodactylus.wotns.freenet.plugin.PluginConnector;
 import net.pterodactylus.wotns.freenet.wot.IdentityManager;
 import net.pterodactylus.util.version.Version;
 import net.pterodactylus.wotns.freenet.plugin.PluginConnector;
 import net.pterodactylus.wotns.freenet.wot.IdentityManager;
-import net.pterodactylus.wotns.freenet.wot.OwnIdentity;
 import net.pterodactylus.wotns.freenet.wot.WebOfTrustConnector;
 import net.pterodactylus.wotns.ui.web.WebInterface;
 import freenet.client.HighLevelSimpleClient;
 import net.pterodactylus.wotns.freenet.wot.WebOfTrustConnector;
 import net.pterodactylus.wotns.ui.web.WebInterface;
 import freenet.client.HighLevelSimpleClient;
@@ -47,7 +46,7 @@ public class WoTNSPlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL1
                Logging.setupConsoleLogging();
        }
 
                Logging.setupConsoleLogging();
        }
 
-       private static final Version VERSION = new Version(0, 1);
+       private static final Version VERSION = new Version(0, 0, 6);
 
        private PluginRespirator pluginRespirator;
 
 
        private PluginRespirator pluginRespirator;
 
@@ -95,12 +94,10 @@ public class WoTNSPlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL1
                PluginConnector pluginConnector = new PluginConnector(pluginRespirator);
                webOfTrustConnector = new WebOfTrustConnector(pluginConnector);
                identityManager = new IdentityManager(webOfTrustConnector);
                PluginConnector pluginConnector = new PluginConnector(pluginRespirator);
                webOfTrustConnector = new WebOfTrustConnector(pluginConnector);
                identityManager = new IdentityManager(webOfTrustConnector);
-//             identityManager.setContext("WoTNS");
+               identityManager.setContext("WoTNS");
                identityManager.start();
 
                resolver = new Resolver(identityManager);
                identityManager.start();
 
                resolver = new Resolver(identityManager);
-               OwnIdentity bombeIdentity = identityManager.getOwnIdentity("e3myoFyp5avg6WYN16ImHri6J7Nj8980Fm~aQe4EX1U");
-               resolver.setOwnIdentity(bombeIdentity);
 
                webInterface = new WebInterface(this);
 
 
                webInterface = new WebInterface(this);