diff --git a/.env b/.env index c3ff459ca..2b068aac6 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -CHANGELOG_START_TAG=ical4j-3.1.3 +CHANGELOG_START_TAG=ical4j-3.2.0 CHANGELOG_END_TAG=HEAD GRADLE_VERSION=6.9.1 diff --git a/gradle.properties b/gradle.properties index ba587b4aa..c19968a61 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,4 @@ jacoco_htmlReport = false org.gradle.caching = true org.gradle.vfs.watch = true -revApiOldVersion = 3.1.3 \ No newline at end of file +revApiOldVersion = 3.2.0 \ No newline at end of file