From 75852fb329a61c41408f074daca0e5bcf2e1b38c Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 5 Aug 2013 00:02:02 +0200 Subject: update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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-` and typing `run`. Be sure to connect a serial device before running an example. -- cgit v1.2.3