Skip to content

Commit

Permalink
[*] updated version inside easydeviceinfo-common module
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Sep 4, 2016
1 parent f799092 commit 098e68b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public EasyDeviceInfo(String notFoundVal) {
* @return the library version
*/
public final String getLibraryVersion() {
int versionCode = 18;
String version = "v2.1.1";
int versionCode = 19;
String version = "v2.2.0";
return name + " : " + version + " [build-" + versionCode + "]";
}
}

0 comments on commit 098e68b

Please sign in to comment.