diff --git a/build.gradle b/build.gradle index afa9a23..b48ed14 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } -version="1.0.0.RC1" +version="1.0.0" apply plugin: 'java' @@ -33,4 +33,4 @@ license { header rootProject.file('License.md') ext.year = Calendar.getInstance().get(Calendar.YEAR) ext.name = 'GENYMOBILE' -} \ No newline at end of file +}