Skip to content

Commit

Permalink
Update version to 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed May 13, 2016
1 parent 8b33a8d commit 53b6285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,27 @@ Include Flowless in your project

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.fxmisc.flowless | flowless | 0.4.7 |
| org.fxmisc.flowless | flowless | 0.5 |

#### Gradle example

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

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.4.7"
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.5"
```

#### Manual download

Download the [0.4.7 jar](https://github.com/TomasMikula/Flowless/releases/tag/v0.4.7) and place it on your classpath.
Download the [0.5 jar](https://github.com/TomasMikula/Flowless/releases/tag/v0.5) and place it on your classpath.

Documentation
-------------

[Javadoc](http://www.fxmisc.org/flowless/javadoc/0.4.7/org/fxmisc/flowless/package-summary.html)
[Javadoc](http://fxmisc.github.io/flowless/javadoc/0.5/org/fxmisc/flowless/package-summary.html)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.5-SNAPSHOT'
version = '0.6-SNAPSHOT'

apply plugin: 'java'
apply plugin: 'eclipse'
Expand Down

0 comments on commit 53b6285

Please sign in to comment.