Set version to 0.13
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Tue, 31 May 2016 18:26:33 +0000 (20:26 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Tue, 31 May 2016 18:26:33 +0000 (20:26 +0200)
pom.xml
src/main/java/de/todesbaum/jsite/application/UpdateChecker.java
src/main/java/de/todesbaum/jsite/main/Main.java

diff --git a/pom.xml b/pom.xml
index 0becb74..2bc9a9c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <artifactId>jSite</artifactId>
        <version>${version}</version>
        <properties>
-               <version>0.12</version>
+               <version>0.13</version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        <dependencies>
index ce6d96f..4e95b73 100644 (file)
@@ -50,7 +50,7 @@ public class UpdateChecker implements Runnable {
        private static int counter = 0;
 
        /** The edition for the update check URL. */
-       private static final int UPDATE_EDITION = 7;
+       private static final int UPDATE_EDITION = 11;
 
        /** The URL for update checks. */
        private static final String UPDATE_KEY = "USK@1waTsw46L9-JEQ8yX1khjkfHcn--g0MlMsTlYHax9zQ,oYyxr5jyFnaTsVGDQWk9e3ddOWGKnqEASxAk08MHT2Y,AQACAAE";
index a6ac559..8a0b898 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 Version VERSION = new Version(0, 12);
+       private static final Version VERSION = new Version(0, 13);
 
        /** The configuration. */
        private Configuration configuration;