From 1b8a48a5b069adc6242632ee9abd3fba71d03534 Mon Sep 17 00:00:00 2001 From: SirFaizdat Date: Mon, 16 Jan 2017 17:55:10 -0500 Subject: [PATCH] This is API 1.0 Signed-off-by: SirFaizdat --- prison-core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prison-core/build.gradle b/prison-core/build.gradle index f641f7add..e916183bb 100644 --- a/prison-core/build.gradle +++ b/prison-core/build.gradle @@ -1,6 +1,6 @@ /* * Prison is a Minecraft plugin for the prison game mode. - * Copyright (C) 2017 The Prison Team + * Copyright (C) 2016 The Prison Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ apply plugin: 'eclipse' apply plugin: 'idea' // Matches API level set in Prison.API_LEVEL -version = 1 +version = 1.0 shadowJar { dependencies {