Skip to content

Commit f9225c9

Browse files
committed
xquery-intellij-plugin 1.1
1 parent fcbc421 commit f9225c9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 1.1 - (In Development)
3+
## 1.1 - 2018-04-10
44

55
Language Support:
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project provides XQuery support for the IntelliJ IDE.
1616
_Supported IntelliJ Platforms:_ IntelliJ IDEA Community, IntelliJ IDEA Ultimate,
1717
PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Rider, Android Studio
1818

19-
_Supported IntelliJ Versions:_ 2017.1 - 2017.3
19+
_Supported IntelliJ Versions:_ 2017.1 - 2018.1
2020

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ allprojects {
4040
apply plugin: 'jacoco'
4141

4242
group 'uk.co.reecedunn.intellij.plugin.xquery'
43-
version '1.1-dev'
43+
version '1.1'
4444

4545
repositories {
4646
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]]></description>
1414

1515
<change-notes><![CDATA[
16-
<h3>Release 1.1-dev:</h3>
16+
<h3>Release 1.1:</h3>
1717
<p>Language Support:</p>
1818
<ol>
1919
<li>Support using MarkLogic 8.0 <code>array-node()</code> and <code>object-node()</code> tests in <code>document-node()</code> tests.</li>

0 commit comments

Comments
 (0)