Skip to content

Commit

Permalink
Tags v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Gappa committed Mar 18, 2017
1 parent f50b088 commit d653c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys._

name := "ostinato"

version := "1.0.1"
version := "1.0.2"

enablePlugins(ScalaJSPlugin)

Expand All @@ -22,7 +22,7 @@ lazy val ostinato = crossProject.in(file(".")).
settings (
name := "ostinato",

version := "1.0.1",
version := "1.0.2",

organization := "org.gappa",

Expand Down

0 comments on commit d653c83

Please # to comment.