Skip to content
Snippets Groups Projects
Commit a09aa960 authored by tobias's avatar tobias
Browse files

Update Plugin Version

parent 8876a08c
No related branches found
No related tags found
No related merge requests found
......@@ -24,12 +24,12 @@ public class ActionsPluginUpdater implements Updatable {
@Override
public int getCurrentBuild() {
return 3;
return 4;
}
@Override
public String getCurrentVersion() {
return "3.0";
return "3.1";
}
@Override
......
......@@ -24,12 +24,12 @@ public class AwakePluginUpdater implements Updatable {
@Override
public int getCurrentBuild() {
return 2;
return 3;
}
@Override
public String getCurrentVersion() {
return "2.0";
return "2.1";
}
@Override
......
......@@ -24,12 +24,12 @@ public class EqualizerPluginUpdater implements Updatable {
@Override
public int getCurrentBuild() {
return 4;
return 5;
}
@Override
public String getCurrentVersion() {
return "4.0";
return "4.1";
}
@Override
......
......@@ -24,12 +24,12 @@ public class LaunchPadPluginUpdater implements Updatable {
@Override
public int getCurrentBuild() {
return 3;
return 4;
}
@Override
public String getCurrentVersion() {
return "3.0";
return "3.1";
}
@Override
......
......@@ -24,12 +24,12 @@ public class MediaPluginUpdater implements Updatable {
@Override
public int getCurrentBuild() {
return 5;
return 6;
}
@Override
public String getCurrentVersion() {
return "4.1";
return "4.2";
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment