Skip to content

Commit

Permalink
prepare 3.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Nov 1, 2019
1 parent 434cb46 commit 8146dcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 3.5.9

Fix a build configuration error affecting plugins which depend on AceJump. Fixes #305.

### 3.5.8

Tagging improvements, support for external plugin integration, fixes #304, #255
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ intellij {
}

group = "org.acejump"
version = "3.5.8"
version = "3.5.9"
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-6.0-20190823180744+0000-bin.zip
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-6.1-20191030230043+0000-bin.zip

0 comments on commit 8146dcc

Please sign in to comment.