From da57e0d48ac6c974df746f937748ad0c1555e247 Mon Sep 17 00:00:00 2001 From: Eduardo Pareja-Tobes Date: Sun, 22 May 2016 20:11:17 +0200 Subject: [PATCH] Setting version to 0.8.1: This release has full support for indexes. Significant changes: - change name to _label, HasLabel for indexes - add raw query methods to untyped graph - rename all index methods to find, reduce duplication - add all index classes and helper methods in typed graph - add creation of indexes to untyped graph schema --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 1ea97d5..866588c 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.9.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.8.1" \ No newline at end of file