Skip to content

Commit b3b8cf6

Browse files
committed
release ready
1 parent df6623e commit b3b8cf6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/main/java/io/github/turtleisaac/pokeditor

src/main/java/io/github/turtleisaac/pokeditor/Main.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*/
1515
public class Main
1616
{
17-
public static final String versionNumber = "v3snapshot";
18-
public static final boolean programFilesModifiedThisVersion = true;
1917
private static ConsoleWindow console;
2018
private static final String jokesPath = "/pokeditor/jokes.txt";
2119

@@ -27,7 +25,7 @@ public static void main(String[] args) throws IOException
2725
Tool tool = Tool.create();
2826
tool.setType(ProgramType.PROJECT)
2927
.setName("PokEditor")
30-
.setVersion("3.0.0-SNAPSHOT")
28+
.setVersion("3.0.0")
3129
// .setFlavorText("Did you know that Jay likes Moemon?")
3230
.setFlavorText(mainMenuJokes[(int) (Math.random()*(mainMenuJokes.length))])
3331
.setAuthor("Developed by Turtleisaac")

0 commit comments

Comments
 (0)