Skip to content

Commit

Permalink
Update version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Jul 16, 2015
1 parent 78f6daa commit 297b36c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@

name := "javallier"

version := "0.4.0"

description := "A Java library for Paillier partially homomorphic encryption."

organization := "com.n1analytics"

version := "0.3.4"
organizationName := "N1 Analytics"

organizationHomepage := Some(url("https://n1analytics.com"))

licenses += "Apache 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")

exportJars := true

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.0.13",
Expand Down

0 comments on commit 297b36c

Please sign in to comment.