Skip to content

Commit

Permalink
Version 0.7.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed May 14, 2024
1 parent 1d5df23 commit cf5b369
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v0.7.3](https://github.com/FXMisc/Flowless/tree/v0.7.3) (2024-05-14)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.2...v0.7.3)

- Fixed NPE in SizeTracker (x3)

## [v0.7.2](https://github.com/FXMisc/Flowless/tree/v0.7.2) (2023-10-20)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.1...v0.7.2)

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

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.fxmisc.flowless | flowless | 0.7.2 |
| org.fxmisc.flowless | flowless | 0.7.3 |

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless)

#### Gradle example

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

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.2"
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.3"
```

#### Manual download

Download the [0.7.2 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.2) and place it on your classpath.
Download the [0.7.3 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.3) and place it on your classpath.

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id 'signing'
}

version = '0.7.3-SNAPSHOT'
version = '0.7.4-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit cf5b369

Please sign in to comment.