Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Commit

Permalink
Releasing version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Sep 15, 2016
1 parent 599aeee commit af4e1c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resolver += Resolver.sonatypeRepo("releases")
Also, you need to include the library as your dependency:
```scala
libraryDependencies ++= Seq(
"com.danielasfregola" %% "twitter4s" % "1.0"
"com.danielasfregola" %% "twitter4s" % "1.0.1"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "twitter4s"

version := "1.1-SNAPSHOT"
version := "1.0.1"

scalaVersion := "2.11.7"

Expand Down
2 changes: 1 addition & 1 deletion project/Twitter4s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Scoverage {

object Twitter4s extends Build {

val v = "1.1-SNAPSHOT"
val v = "1.0.1"

lazy val standardSettings = Defaults.defaultSettings ++
Seq(
Expand Down

0 comments on commit af4e1c1

Please sign in to comment.