Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
silvafabio committed Sep 6, 2018
1 parent 246a895 commit ab608fc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Change Log
----------

### [v1.1.0](https://github.com/silvafabio/use-gists/tree/v1.1.0) (2018-09-05)

- Syntax highlighting based on file extension.

### [v1.0.0](https://github.com/silvafabio/use-gists/tree/v1.0.0) (2018-08-28)

- First release
- First release.


License
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Use Gists 1.0.0
=============
Use Gists 1.1.0
===============

Use your Github gists right inside your Intellij IDE!

Expand Down Expand Up @@ -30,9 +30,9 @@ Usage
Changelog
---------

### [v1.0.0](https://github.com/silvafabio/use-gists/tree/v1.0.0) (2018-08-28)
### [v1.1.0](https://github.com/silvafabio/use-gists/tree/v1.1.0) (2018-09-05)

- First release
- Syntax highlighting based on file extension


[Full Changelog History](./CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'br.com.fabioluis'
version '1.0.0'
version '1.1.0'

sourceCompatibility = 1.8

Expand All @@ -20,7 +20,7 @@ dependencies {
}

intellij {
version '182.4129.33'
version '2018.2'
plugins 'github'
pluginName 'Use Gists'
}
Expand Down
8 changes: 4 additions & 4 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>br.com.fabioluis.usegists</id>
<name>Use Gists</name>
<version>1.0.0</version>
<version>1.1.0</version>
<vendor url="https://github.com/silvafabio/use-gists">Fabio Silva</vendor>

<description><![CDATA[
Expand All @@ -19,18 +19,18 @@
]]></description>

<change-notes><![CDATA[
<a href="https://github.com/silvafabio/use-gists/tree/v1.0.0"><b>v1.0.0</b></a> (2018-08-28)
<a href="https://github.com/silvafabio/use-gists/tree/v1.1.0"><b>v1.1.0</b></a> (2018-09-05)
<br/>
<br/>
<em>First release.</em>
<em>Syntax highlighting based on file extension.</em>
<br>
<br>
<a href="https://github.com/silvafabio/use-gists/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
]]>
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="182"/>
<idea-version since-build="182.1707"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit ab608fc

Please sign in to comment.