Skip to content

Commit

Permalink
Merge commit '937086d17b266a17ea6bdd144656cd5282fa86d7' into issue/42…
Browse files Browse the repository at this point in the history
…35-locale-getdefault-usage
  • Loading branch information
maxme committed Jun 22, 2016
2 parents 3deb502 + c2484a2 commit 8c24405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
buildToolsVersion "23.0.3"

defaultConfig {
versionName "1.9.0"
versionName "1.10.0"
minSdkVersion 14
targetSdkVersion 23
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ public static String toPlainText(Context context) {
}
return sb.toString();
}
}
}

0 comments on commit 8c24405

Please sign in to comment.