Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjazzboss committed Apr 11, 2022
1 parent 7b8f4c1 commit 329fbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Upgrade/src/org/jjazz/upgrade/api/UpgradeManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public class UpgradeManager
*/
public static final String[] PREVIOUS_VERSIONS = new String[]
{
"3.1.0",
"3.0.3", "3.0.2a", "3.0.2", "3.0.1", "3.0.beta1", "2.3.1", "2.3.beta", "2.2.0", "2.2.beta3", "2.2.beta2", "2.1.2a", "2.1.2", "2.1.1", "2.1.0", "2.0.1", "2.0.0"
"3.2.0", "3.1.0", "3.0.3", "3.0.2a", "3.0.2", "3.0.1", "3.0.beta1",
"2.3.1", "2.3.beta", "2.2.0", "2.2.beta3", "2.2.beta2", "2.1.2a", "2.1.2", "2.1.1", "2.1.0", "2.0.1", "2.0.0"
};
private static final String PREF_FRESH_START = "FreshStart";

Expand Down

0 comments on commit 329fbb1

Please sign in to comment.