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

Commit

Permalink
Releasing version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Aug 27, 2016
1 parent aad2858 commit 9f5e065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 := "0.2.1-SNAPSHOT"
version := "0.2.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 @@ -33,7 +33,7 @@ object Dependencies {

object Twitter4s extends Build {

val v = "0.2.1-SNAPSHOT"
val v = "0.2.1"

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

0 comments on commit 9f5e065

Please sign in to comment.