diff --git a/build.gradle b/build.gradle index be98f7e2f..b66df11c3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2019 Ren Binden + * Copyright 2020 Ren Binden * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ allprojects { apply plugin: "maven" apply plugin: "org.jetbrains.dokka" group = "com.rpkit" - version = "1.7.1-SNAPSHOT" + version = "1.7.1" } subprojects {