From f63c3be2c9b270c3adac22f002a28fbcfd42de33 Mon Sep 17 00:00:00 2001 From: Yuta Okamoto Date: Thu, 22 Oct 2015 00:17:14 +0900 Subject: [PATCH] bump version to 0.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b68e649..3722d8c 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ organization := "com.github.okapies" organizationHomepage := Some(url("https://github.com/okapies")) -version := "0.2.1-SNAPSHOT" +version := "0.2.1" scalaVersion := "2.11.7"