Skip to content

Commit

Permalink
Bump module version
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Jun 16, 2024
1 parent af2edc3 commit 6303a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<string name="oxygen_customizer_module_version">0.0.23</string>
<string name="oxygen_customizer_module_version">0.0.24</string>

</resources>

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class ModuleConstants {

public final static String MODULE_VERSION_NAME = "0.0.23";
public final static String MODULE_VERSION_NAME = "0.0.24";
public final static int MODULE_VERSION_CODE = 1;

// Storage location
Expand Down

0 comments on commit 6303a28

Please sign in to comment.