From a1e30fb1508cff09dfd302247e4ae0f175ab7f0a Mon Sep 17 00:00:00 2001 From: Elior Date: Wed, 24 Jan 2018 12:28:23 +0200 Subject: [PATCH] bump --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ca591a1e4..7aaa770d4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2017 Chris Magnussen and Elior Boukhobza + * Copyright (c) 2018 Chris Magnussen and Elior Boukhobza * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -121,7 +121,7 @@ intellij { patchPluginXml { version "$version" - sinceBuild System.getenv("pluginSinceBuild") ?: '181.1055.1' + sinceBuild System.getenv("pluginSinceBuild") ?: '181.3494.1' changeNotes file("$projectDir/docs/CHANGELOG.html").text // untilBuild System.getenv("pluginUntilBuild") ?: untilBuildP }