From b0cb273360d8fe2cc23e51d7f2e2af124f10f311 Mon Sep 17 00:00:00 2001 From: "e.e d3si9n" Date: Sun, 18 Mar 2012 00:04:44 -0400 Subject: [PATCH] bumping up to 0.2.1 --- README.markdown | 10 +++++++++- build.sbt | 2 +- notes/0.2.1.markdown | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 notes/0.2.1.markdown diff --git a/README.markdown b/README.markdown index 075bcaa..141d2a6 100644 --- a/README.markdown +++ b/README.markdown @@ -6,10 +6,18 @@ sbt-twt is a twitter command for [simple-built-tool (sbt)][2], forked from @n8ha ## install it add the following to `~/.sbt/plugins/build.sbt`: - addSbtPlugin("com.eed3si9n" % "sbt-twt" % "0.2.0") +```scala +addSbtPlugin("com.eed3si9n" % "sbt-twt" % "0.2.0") +``` this adds a new command called `twt` with tab completion. +for 0.12.0-M2 add the following to `~/.sbt/plugins/build.sbt`: + +```scala +libraryDependencies += Defaults.sbtPluginExtra("com.eed3si9n" % "sbt-twt" % "0.2.1", "0.12.0-M2", "2.9.1") +``` + ## uninstall it remove the oauth token: diff --git a/build.sbt b/build.sbt index 06e3670..a877457 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "sbt-twt" organization := "com.eed3si9n" -version := "0.2.1-SNAPSHOT" +version := "0.2.1" description := "sbt plugin to tweet" diff --git a/notes/0.2.1.markdown b/notes/0.2.1.markdown new file mode 100644 index 0000000..0a1c8ea --- /dev/null +++ b/notes/0.2.1.markdown @@ -0,0 +1,2 @@ +## sbt-twt for 0.12.0-M2 +- uses `StringBasic` parser for 0.12.0-M2