Skip to content

Commit

Permalink
bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ymnk committed Oct 2, 2013
1 parent f481379 commit 8ba3722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<name>JZlib</name>
<description>JZlib is a re-implementation of zlib in pure Java</description>
<url>http://www.jcraft.com/jzlib/</url>
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Keys._
object BuildSettings {
val buildName = "jzlib"
val buildOrganization = "JCraft,Inc."
val buildVersion = "1.1.2"
val buildVersion = "1.1.3"
val buildScalaVersion = "2.10.1"

val buildSettings = Defaults.defaultSettings ++ Seq (
Expand Down

0 comments on commit 8ba3722

Please sign in to comment.