Skip to content

Commit

Permalink
Updated Version Info
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag committed Jul 21, 2019
1 parent d2dc229 commit 015ef87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/com/chiragji/docuconverter/BuildConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*/
public interface BuildConfig {
String APP_NAME = "DocuConverter";
String VERSION = "1.1";
int BUILD_CODE = 2;
String VERSION = "1.2";
int BUILD_CODE = 3;
String BUILD_DATE = "21-July-2019";
String BUILD = VERSION + ".20190721.1335";
String BUILD = VERSION + ".20190721.2300";
String LICENCE = "MIT License";
String COPYRIGHT_YEAR = "2019";

Expand Down

0 comments on commit 015ef87

Please sign in to comment.