Skip to content

Commit

Permalink
bumping up to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 18, 2012
1 parent a9807f9 commit b0cb273
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.markdown
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ name := "sbt-twt"

organization := "com.eed3si9n"

version := "0.2.1-SNAPSHOT"
version := "0.2.1"

description := "sbt plugin to tweet"

Expand Down
2 changes: 2 additions & 0 deletions notes/0.2.1.markdown
@@ -0,0 +1,2 @@
## sbt-twt for 0.12.0-M2
- uses `StringBasic` parser for 0.12.0-M2

0 comments on commit b0cb273

Please sign in to comment.