Skip to content

Commit

Permalink
Version 1.2.6 - Support 2021.1 onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHib committed Apr 8, 2021
1 parent 8c4e2e8 commit fe3e22b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'world.gregs.intellij.plugins'
version '1.2.5'
version '1.2.6'

repositories {
mavenCentral()
Expand All @@ -29,11 +29,11 @@ processResources {

intellij {
updateSinceUntilBuild false
version '2020.3'
version '2021.1'
plugins 'java'
}
patchPluginXml {
changeNotes """
Updated to support 2020.3
Updated to support 2021.1 and future versions
"""
}
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>world.gregs.intellij.plugins.deobfuscation</id>
<name>Greg's Deobsfuscation Tools</name>
<vendor email="greg@greghibberd.com" url="http://greghibberd.com">Greg</vendor>
<vendor email="greg@gregs.world" url="https://gregs.world">Greg</vendor>

<description>A few intellij plugins to assist refactoring obfuscated code</description>

Expand All @@ -10,7 +10,7 @@
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->
<idea-version since-build="203" until-build="203.*"/>
<idea-version since-build="203"/>

<depends>com.intellij.modules.java</depends>

Expand Down

0 comments on commit fe3e22b

Please sign in to comment.