Skip to content

Commit

Permalink
Upgrade version code to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinTree committed Dec 23, 2018
1 parent c55913f commit 5ed2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsonUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
version = JsonUtils.VERSION)
public class JsonUtils extends AndroidNonvisibleComponent {

public static final int VERSION = 2;
public static final int VERSION = 3;

public JsonUtils(ComponentContainer container) {
super(container.$form());
Expand Down

0 comments on commit 5ed2c9d

Please sign in to comment.