Rename release to 3,4,0

This commit is contained in:
Sean Mac Gillicuddy 2020-08-19 11:38:36 +01:00
parent 9fede69b46
commit 51af5bfbb4
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
3.3.5
3.4.0
Beta release of navigation
Full release notes to follow in 3.4.0
Full release notes to follow in 3.4.1
3.3.4
NEW: Updated translations

View File

@ -10,8 +10,8 @@ apply(from = rootProject.file("jacoco.gradle"))
ext {
set("versionMajor", 3)
set("versionMinor", 3)
set("versionPatch", 5)
set("versionMinor", 4)
set("versionPatch", 0)
}
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"