Skip to content

Commit

Permalink
xquery-intellij-plugin 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Nov 30, 2017
1 parent 62024e6 commit 3a6606f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.6 - (In Development)
## 1.0 - 2017-11-30

Language Support:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project provides XQuery support for the IntelliJ IDE.
_Supported IntelliJ Platforms:_ IntelliJ IDEA Community, IntelliJ IDEA Ultimate,
PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Rider, Android Studio

_Supported IntelliJ Versions:_ 2017.1 - 2017.2
_Supported IntelliJ Versions:_ 2017.1 - 2017.3

_Supported XQuery Implementations:_ BaseX, MarkLogic, Saxonica Saxon, W3C Specifications

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
apply plugin: 'jacoco'

group 'uk.co.reecedunn.intellij.plugin.xquery'
version '0.6-dev'
version '1.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]]></description>

<change-notes><![CDATA[
<h3>Release 0.6-dev:</h3>
<h3>Release 1.0:</h3>
<p>Language Support:</p>
<ol>
<li>Full Text 1.0 and 3.0 support.</li>
Expand Down

0 comments on commit 3a6606f

Please sign in to comment.