Skip to content

Commit

Permalink
Changed version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
broo2s committed Jun 3, 2010
1 parent 2c58718 commit 710d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brut/androlib/Androlib.java
Original file line number Diff line number Diff line change
Expand Up @@ -420,5 +420,5 @@ private File[] newFiles(String[] names, File dir) {
new String[]{"resources.arsc", "AndroidManifest.xml", "res"};
private final static String[] APP_RESOURCES_FILENAMES =
new String[]{"AndroidManifest.xml", "res"};
private final static String VERSION = "1.1.1";
private final static String VERSION = "1.2.0";
}

0 comments on commit 710d7b5

Please sign in to comment.