Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyHuo committed Apr 9, 2018
1 parent d026e5c commit 6030076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "Waterdrop"
version := "1.0.2"
version := "1.0.3"
organization := "io.github.interestinglab.waterdrop"

scalaVersion := "2.11.8"
Expand Down Expand Up @@ -62,4 +62,4 @@ mappings in Universal ++= directory("plugins")
mappings in Universal ++= directory("docs")
mappings in Universal ++= directory("config")
mappings in Universal ++= directory("bin")

mappings in Universal ++= directory("guardian")
2 changes: 1 addition & 1 deletion waterdrop-core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "Waterdrop-core"
version := "1.0.0"
version := "1.0.3"
organization := "io.github.interestinglab.waterdrop"

scalaVersion := "2.11.8"
Expand Down

0 comments on commit 6030076

Please sign in to comment.