Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajchili committed Jul 12, 2017
1 parent 30f5c2e commit 66347d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync/src/com/kirinpatel/util/VersionChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
public class VersionChecker {

private final static int VERSION = 1;
private final static int BUILD = 4;
private final static int REVISION = 1;
private final static int BUILD = 5;
private final static int REVISION = 0;

/**
* Provides if sync is updated.
Expand Down

0 comments on commit 66347d2

Please sign in to comment.