Skip to content

Commit

Permalink
Version 0.6.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Jan 27, 2022
1 parent 2a49e86 commit d8b6bb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

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

- Corrected swapped X & Y snapsize methods [\#103](https://github.com/FXMisc/Flowless/issues/103)
- Added auto module to jar manifest

## [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)

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

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

#### Gradle example

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

#### Sbt example

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

#### Manual download

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

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

0 comments on commit d8b6bb9

Please sign in to comment.