Skip to content

Commit

Permalink
Changed version to 1.3.1 .
Browse files Browse the repository at this point in the history
  • Loading branch information
broo2s committed Jun 14, 2010
1 parent 3f7155c commit 28186f8
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 @@ -429,5 +429,5 @@ private File[] newFiles(String[] names, File dir) {
new String[]{"resources.arsc", "AndroidManifest.xml"};
private final static String[] APP_RESOURCES_FILENAMES =
new String[]{"AndroidManifest.xml", "res"};
private final static String VERSION = "1.3.0";
private final static String VERSION = "1.3.1";
}

0 comments on commit 28186f8

Please sign in to comment.