Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Ringle <[email protected]>
  • Loading branch information
EddieRingle committed Jul 27, 2018
1 parent 68f1588 commit 4987d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

group "io.ringle.ij"
version "1.0.0"
version "1.0.1"

def clionPath = getCLionPath()

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<idea-plugin url="https://github.com/eddieringle/clion-cmakedocs" version="2">
<id>io.ringle.ij.cmakedocs</id>
<name>CMake Docs</name>
<version>1.0.0</version>
<version>1.0.1</version>

<description><![CDATA[
Adds Quick Documentation support for CMake commands, modules, properties, and variables to CLion.
]]></description>

<change-notes><![CDATA[
Initial Release.
Compatibility with CLion 2018.2
]]>
</change-notes>

<idea-version since-build="143.0" />
<idea-version since-build="181" />

<depends>com.intellij.modules.cidr.lang</depends>
<depends>com.intellij.modules.clion</depends>
Expand Down

0 comments on commit 4987d29

Please sign in to comment.