From 0262a49d9da6123f4d46b5efca7f25a7652d2698 Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Thu, 17 Mar 2016 17:02:08 +0100 Subject: [PATCH] Setting version to 0.6.0: * Removed blueprints dependency (now angulillos is dependency-free :tada:): - #36: Using Java 8 `BiPredicate` instead of the `blueprints.Predicate` - #44: Added `Compare` and `Contain` query predicate enums and corresponding `query` methods to the `TypedElementIndex` interface * Other minor changes: added `name`, `graph` and `elementType` to the `TypedElementIndex` interface --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 01fa65a..113a45a 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.6.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.6.0" \ No newline at end of file