Skip to content

Commit

Permalink
bump version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji committed Jan 18, 2024
1 parent f2438c7 commit b72bb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/wudji/lessonlist/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class MainActivity {
public static WindowConfig globalConfig = FileControl.getWindowConfig();
public static Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
public static String base_version = "v1.1.2";
public static String product_version = "v1.2.5-poem-suggestion-tjyz";
public static String product_version = "v1.2.6-poem-suggestion-tjyz";
public static PoemScreen poemScreen = new PoemScreen(new Point(1,1));
public static MainWindow window;
public static WelcomeScreen welcomeScreen;
Expand Down

0 comments on commit b72bb68

Please sign in to comment.