Skip to content

Commit

Permalink
Edit description
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chapchuk committed Oct 11, 2020
1 parent 159a4e8 commit 109eded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.bigtows'
version '2.0.2'
version '2.0.2.1'

sourceCompatibility = 11

Expand Down Expand Up @@ -41,13 +41,9 @@ jar {

patchPluginXml {
changeNotes """
<h1>Release: 2.0.2</h1><br>
<h1>Release: 2.0.2.1</h1><br>
<ul>
<li>Fix:
<ul>
<li>NullPointerException on Ubuntu, 18.04 thanks <a href="https://github.com/devilj">devilj</a> </li>
</ul>
</li>
<li>Edit description</li>
</ul>
"""
//https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html?search=build
Expand Down
14 changes: 2 additions & 12 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@
A PinNote is a way to write notes in IDE by JetBrains.<br>
Now supported:
<ul>
<li>Store your notes in
<li>Store your notes in different places
<ul>
<li><a href="https://evernote.com">Evernote</a></li>
<li>Locally on your computer</li>
</ul>
</li>
<li>Sync notes between many instance IDE.</li>
<li>The opportunity to share notes on target.
<ul>
<li>Support for SubTasks.</li>
</ul>
</li>
<li>Sync notes between many instance IDE (Only Evernote).</li>
</ul>
<br>
<a href="https://github.com/BigTows/PinNote">GitHub</a>
Expand Down Expand Up @@ -60,9 +55,4 @@
<applicationService serviceImplementation="org.bigtows.notebook.local.LocalNotebookStorageState"/>
</extensions>
<depends>com.intellij.modules.lang</depends>
<actions>
</actions>
<applicationListeners>

</applicationListeners>
</idea-plugin>

0 comments on commit 109eded

Please sign in to comment.