diff --git a/build.gradle b/build.gradle index ec94627eb..79dfd86d3 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ if (!project.hasProperty("android")) { // Be sure to update version in pom.xml to match // snapshot release = x.x.x-SNAPSHOT // production release = x.x.x - version = '4.0.1-SNAPSHOT' + version = '4.1.0' archiveName = baseName + '-' + version + '.jar' manifest { diff --git a/pom.xml b/pom.xml index cfe654cfc..e8607a0b8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ - 4.0.1-SNAPSHOT + 4.1.0 jar javarosa A Java library for rendering forms that are compliant with ODK XForms spec