Set version to 0.11.1.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 1 Oct 2012 19:34:35 +0000 (21:34 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 1 Oct 2012 19:34:35 +0000 (21:34 +0200)
pom.xml
src/main/java/de/todesbaum/jsite/main/Main.java

diff --git a/pom.xml b/pom.xml
index b7cbad9..7302bb8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>jSite</artifactId>
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>jSite</artifactId>
-       <version>0.11</version>
+       <version>0.11.1</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index 5e1e67a..8a4f905 100644 (file)
@@ -80,7 +80,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen
        private static final Logger logger = Logger.getLogger(Main.class.getName());
 
        /** The version. */
        private static final Logger logger = Logger.getLogger(Main.class.getName());
 
        /** The version. */
-       private static final Version VERSION = new Version(0, 11);
+       private static final Version VERSION = new Version(0, 11, 1);
 
        /** The configuration. */
        private Configuration configuration;
 
        /** The configuration. */
        private Configuration configuration;