aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-08-05 00:02:02 +0200
committerJakob Odersky <jodersky@gmail.com>2013-08-05 00:02:02 +0200
commit75852fb329a61c41408f074daca0e5bcf2e1b38c (patch)
treef5ec64118f6e95cd2efa2670ab20bef774f336f2 /README.md
parent45bba9e2944e270802f0f71784afc9578856017e (diff)
downloadakka-serial-75852fb329a61c41408f074daca0e5bcf2e1b38c.tar.gz
akka-serial-75852fb329a61c41408f074daca0e5bcf2e1b38c.tar.bz2
akka-serial-75852fb329a61c41408f074daca0e5bcf2e1b38c.zip
update version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9e4bf4..b0c5008 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ For a short guide on how to use flow see the file "documentation/basics.md", acc
Flow is built and its examples run with SBT. To get started, run `sbt flow/publish-local` to publish the library locally. From there on, you may use the library in any project simply by adding a library dependency to it.
- libraryDependencies += "com.github.jodersky" % "flow" % "1.0-SNAPSHOT"
+ libraryDependencies += "com.github.jodersky" % "flow" % "1.1-SNAPSHOT"
Examples on flow's usage are located in the flow-samples directory. The examples may be run by switching to the corresponding project in sbt: `project flow-samples-<sample_name>` and typing `run`. Be sure to connect a serial device before running an example.