Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilo Sampedro committed Dec 10, 2016
1 parent b91840a commit 33dc161
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
@@ -1,6 +1,6 @@
name := """aton"""

version := "0.1.3"
version := "0.2.1"

lazy val root = (project in file(".")).enablePlugins(PlayScala, DebianPlugin, RpmPlugin, LinuxPlugin, UniversalPlugin, WindowsPlugin,JDKPackagerPlugin, JavaServerAppPackaging)

Expand All @@ -12,7 +12,7 @@ maintainer in Linux := "Camilo Sampedro <[email protected]>"

packageSummary in Linux := "Aton, Laboratory Administrator"

rpmRelease := "0.1"
rpmRelease := "0.2.1"

rpmVendor := "co.edu.udea"

Expand Down

0 comments on commit 33dc161

Please sign in to comment.