Skip to content

Commit

Permalink
Push 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavion committed Feb 10, 2023
1 parent 69bea4e commit 550a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsrplugin/TsrPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void loadSettings(Properties settings) {
}

public static Version getVersion() {
return new Version(1,3,1,true);
return new Version(1,3,2,true);
}

@Override
Expand Down

0 comments on commit 550a4c7

Please sign in to comment.