Skip to content

Commit

Permalink
Version 0.6.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Oct 19, 2021
1 parent 1d2bcef commit f161f6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v0.6.7](https://github.com/FXMisc/Flowless/tree/v0.6.7) (2021-10-19)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.6.6...v0.6.7)

**Fixed issues:**

- Horizontal Scroll Bar does not work correctly [\#1030](https://github.com/FXMisc/RichtextFX/issues/1030) ([appsofteng](https://github.com/appsofteng))

## [v0.6.6](https://github.com/FXMisc/Flowless/tree/v0.6.6) (2021-09-10)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.6.5...v0.6.6)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,25 @@ Include Flowless in your project

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.fxmisc.flowless | flowless | 0.6.6 |
| org.fxmisc.flowless | flowless | 0.6.7 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.6'
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.7'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6.6"
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6.7"
```

#### Manual download

Download the [0.6.6 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.6.6) and place it on your classpath.
Download the [0.6.7 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.6.7) and place it on your classpath.

Documentation
-------------
Expand Down

0 comments on commit f161f6c

Please sign in to comment.