From 087955611b1e944c9e0398b1fd1892abb98ab0a8 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Fri, 3 Jun 2016 10:43:11 -0600 Subject: [PATCH] Update version to 1.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5baeea6..f10cc5b 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ scalaVersion := "2.11.7" lazy val commonSettings = Seq( organization := "com.lucidchart", - version := "1.1.0-SNAPSHOT", + version := "1.1.1", scalaVersion := "2.11.7", scalacOptions ++= Seq( "-deprecation",