Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danstooamerican committed Oct 25, 2021
1 parent a6d11ab commit b060377
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Package Files #
*.jar
!bluejext2.jar
*.war
*.ear

Expand Down
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>klasseneditor</groupId>
<artifactId>klasseneditor</artifactId>
<version>0.0.1</version>
<version>2.0.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class BlueJExtension extends Extension {

private static final String NAME = "Klasseneditor";
private static final String VERSION = "0.0.1";
private static final String VERSION = "2.0.0";

/**
* Main method for starting the application directly
Expand Down Expand Up @@ -55,7 +55,7 @@ public String getName() {
}

/**
* @return the version of the extension. TODO: update version on release
* @return the version of the extension.
*/
public String getVersion() {
return VERSION;
Expand Down

0 comments on commit b060377

Please sign in to comment.