diff --git a/README.md b/README.md index 9315ac7c..3f43db4e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lightdb [![CI](https://github.com/outr/lightdb/actions/workflows/ci.yml/badge.svg)](https://github.com/outr/lightdb/actions/workflows/ci.yml) -Computationally focused database using pluggable store + indexer +Computationally focused database using pluggable stores ## Provided Stores - Yahoo's HaloDB (https://github.com/yahoo/HaloDB) @@ -19,10 +19,10 @@ Computationally focused database using pluggable store + indexer To add all modules: ```scala -libraryDependencies += "com.outr" %% "lightdb-all" % "0.14.5" +libraryDependencies += "com.outr" %% "lightdb-all" % "0.15.0" ``` For a specific implementation like Lucene: ```scala -libraryDependencies += "com.outr" %% "lightdb-lucene" % "0.14.5" +libraryDependencies += "com.outr" %% "lightdb-lucene" % "0.15.0" ``` \ No newline at end of file diff --git a/build.sbt b/build.sbt index cc38ca08..92708b1a 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val developerURL: String = "https://matthicks.com" name := projectName ThisBuild / organization := org -ThisBuild / version := "0.15.0-SNAPSHOT" +ThisBuild / version := "0.15.0" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := allScalaVersions ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")