Skip to content

Commit

Permalink
adding india region prefix
Browse files Browse the repository at this point in the history
bumping version
  • Loading branch information
Al Kent committed Jan 27, 2020
1 parent f47a422 commit 6369a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ task clean(type: Delete) {
}

ext {
libraryVersionName = '1.1.1'
libraryVersionName = '1.1.2'
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public enum Region {
ASIA_PACIFIC("ap-"),
EUROPE("eu-"),
NORTH_AMERICA("na-"),
INDIA("in."),
MTF("test-");

String prefix;
Expand Down

0 comments on commit 6369a2e

Please sign in to comment.