Skip to content

Commit

Permalink
update version -> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmo117 committed Mar 13, 2022
1 parent 51cb613 commit d3f4771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}

version = '1.3'
version = '2.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This class defines methods to compile source files into .8xp binary files and vice-versa.
*/
public final class Compiler {
public static final String VERSION = "1.3";
public static final String VERSION = "2.0";
public static final String BASE_SOURCE_EXTENSION = "ti83";
public static final int DEFAULT_INDENT_SIZE = 2;

Expand Down

0 comments on commit d3f4771

Please sign in to comment.