summaryrefslogtreecommitdiffstats
path: root/sd-plugin/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sd-plugin/build.gradle')
-rw-r--r--sd-plugin/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd-plugin/build.gradle b/sd-plugin/build.gradle
index cb696cb6fd1..12e22703580 100644
--- a/sd-plugin/build.gradle
+++ b/sd-plugin/build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group 'org.vz.native'
-version '1.0.5-SNAPSHOT'
+version '1.0.0'
sourceCompatibility = 11 // I added that from Simple Plugin
@@ -36,8 +36,9 @@ patchPluginXml {
version = project.version
sinceBuild = '203'
untilBuild = '212.*'
+ // in changeNotes you can add a description of the changes in this version (would appear in the plugin page in preferences\plugins)
changeNotes = """
- <em>fixed a casting bug in SdFindUsagesHandler</em>"""
+ <em></em>"""
}
test {