Skip to content

Commit

Permalink
Update version in README and build file
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Apr 18, 2018
1 parent 1b409c1 commit ff8444c
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.6 |
| org.fxmisc.flowless | flowless | 0.6.1 |

#### Gradle example

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

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6"
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6.1"
```

#### Manual download

Download the [0.6 jar](https://github.com/TomasMikula/Flowless/releases/tag/v0.6) and place it on your classpath.
Download the [0.6.1 jar](https://github.com/TomasMikula/Flowless/releases/tag/v0.6.1) and place it on your classpath.

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

[Javadoc](http://fxmisc.github.io/flowless/javadoc/0.6/org/fxmisc/flowless/package-summary.html)
[Javadoc](http://fxmisc.github.io/flowless/javadoc/0.6.1/org/fxmisc/flowless/package-summary.html)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}

version = '0.6.1-SNAPSHOT'
version = '0.6.2-SNAPSHOT'

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

0 comments on commit ff8444c

Please sign in to comment.