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

Commit

Permalink
Release of v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Sep 8, 2016
1 parent 06ddb60 commit 401e897
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 := "1.0-SNAPSHOT"
version := "1.0"

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.0-SNAPSHOT"
val v = "1.0"

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

0 comments on commit 401e897

Please sign in to comment.