Skip to content

Commit

Permalink
Fix the low version code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
realJustinLee committed Jul 4, 2021
1 parent 2660d8f commit 189507a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ public class LiMeStaticFactory {
*/
public static final String THE_TITLE = "Lixin Messenger";
public static final String THE_BRAND = "LiMe";
public static final String THE_AUTHOR = "Li Xin";
public static final String THE_AUTHOR = "Justin Lee";
public static final String THE_COPYRIGHT = "™ and © 1997-" + getLiMeYear() + " " + THE_AUTHOR + ". All Rights Reserved.";
public static final String THE_LIME_VERSION = "C_v 0.6.11";
public static final String THE_LIME_VERSION = "C_v 0.6.12";

public static final String THE_SERVER_TITLE = THE_TITLE + " Server";
public static final String THE_SERVER_BRAND = THE_BRAND + " Server";
public static final String THE_SERVER_VERSION = "S_v 0.6.11";
public static final String THE_SERVER_VERSION = "S_v 0.6.12";

/**
* The Actions
Expand Down

0 comments on commit 189507a

Please sign in to comment.