Skip to content

Commit

Permalink
🆙 Bumped Project Version number to 0.12.0-beta
Browse files Browse the repository at this point in the history
Signed-off-by: MaFeLP <[email protected]>
  • Loading branch information
MaFeLP committed Jan 20, 2022
1 parent 36f47ad commit e8188a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.mafelp</groupId>
<artifactId>mcdc</artifactId>
<version>0.11.0-beta</version>
<version>0.12.0-beta</version>
<packaging>jar</packaging>

<name>Mcdc</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/mafelp/utils/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Settings {
/**
* version number of the plugin - displayed to users
*/
public static final String version = "v0.11.0-beta";
public static final String version = "v0.12.0-beta";

/**
* enables more information being displayed while executing events
Expand Down Expand Up @@ -322,4 +322,4 @@ public static String getApiToken() {
public static File getConfigurationFileDirectory() {
return configurationFileDirectory;
}
}
}

0 comments on commit e8188a2

Please sign in to comment.