Skip to content

Commit d653c83

Browse files
author
Mariano Gappa
committed
Tags v1.0.2
1 parent f50b088 commit d653c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt.Keys._
22

33
name := "ostinato"
44

5-
version := "1.0.1"
5+
version := "1.0.2"
66

77
enablePlugins(ScalaJSPlugin)
88

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

25-
version := "1.0.1",
25+
version := "1.0.2",
2626

2727
organization := "org.gappa",
2828

0 commit comments

Comments
 (0)