Skip to content

Commit

Permalink
Version Update 1.4 code 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag committed Jul 21, 2020
1 parent 02d8e37 commit c89a09f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3";
int BUILD_CODE = 4;
String BUILD_DATE = "28-July-2019";
String BUILD = VERSION + ".20190728.2243";
String VERSION = "1.4";
int BUILD_CODE = 5;
String BUILD_DATE = "21-July-2020";
String BUILD = VERSION + ".20200721.1255";
String LICENCE = "MIT License";
String COPYRIGHT_YEAR = "2019";

Expand Down

0 comments on commit c89a09f

Please sign in to comment.