Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalzinger committed Feb 2, 2018
1 parent f12f36c commit 7d9e715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Maintenance will be performed on a best effort basis.

## Plugin Installation

The plugin is currently pending publishing within the official Jetbrains Plugin Repository, but the zip file can already be downloaded directly from GitHub.
Please check the the [Releases](https://github.com/tscheinecker/intellij-idea-coco-r-plugin/releases) page for available versions.
The plugin can be installed directly from the official Jetbrains Plugin Repository or via the zip file provided on the [Releases](https://github.com/tscheinecker/intellij-idea-coco-r-plugin/releases) page.

## Plugin features

Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
}

group = "io.scheinecker.intellij"
version = "1.0.0"
version = "1.0.1"

apply {
plugin("org.jetbrains.grammarkit")
Expand Down Expand Up @@ -99,6 +99,7 @@ intellij {

tasks.withType<PatchPluginXmlTask> {
version(project.version)
untilBuild("181.*")
}

tasks.withType<JavaCompile> {
Expand Down

0 comments on commit 7d9e715

Please sign in to comment.