File tree Expand file tree Collapse file tree
src/main/java/com/github/mafelp/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >com.github.mafelp</groupId >
88 <artifactId >mcdc</artifactId >
9- <version >0.11 .0-beta</version >
9+ <version >0.12 .0-beta</version >
1010 <packaging >jar</packaging >
1111
1212 <name >Mcdc</name >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public class Settings {
3636 /**
3737 * version number of the plugin - displayed to users
3838 */
39- public static final String version = "v0.11 .0-beta" ;
39+ public static final String version = "v0.12 .0-beta" ;
4040
4141 /**
4242 * enables more information being displayed while executing events
@@ -322,4 +322,4 @@ public static String getApiToken() {
322322 public static File getConfigurationFileDirectory () {
323323 return configurationFileDirectory ;
324324 }
325- }
325+ }
You canβt perform that action at this time.
0 commit comments