From c1511762b2806fc45bb0a5380807b516ba4388e3 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Tue, 13 Apr 2021 20:20:13 +0200 Subject: [PATCH] Release version 26 --- README.md | 10 +++++++--- build.sbt | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf9c79d..c505c26 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,17 @@ Add the library as a dependency to your project: dev.dirs directories - 25 + 26 ``` ##### Gradle ```groovy -compile 'dev.dirs:directories:25' +compile 'dev.dirs:directories:26' ``` ##### SBT ```scala -"dev.dirs" % "directories" % "25" +"dev.dirs" % "directories" % "26" ``` The library itself is built against Java 6 to allow for the widest possible usage scenarios. @@ -186,6 +186,10 @@ The version number of this library consists of a whole number, which is incremen ## Changelog +### 26 – current stable `dev.dirs:directories` release + +- Adds support for IBM Series i (OS/400). Thanks @ThePrez! + ### 25 - Release with newer JavaDoc version. - Update SBT version to 1.5.0. diff --git a/build.sbt b/build.sbt index e3ebc93..0ce535b 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) organization := "dev.dirs", managedScalaInstance := false, crossPaths := false, - version := "25", + version := "26", homepage := Some(url("https://github.com/dirs-dev/directories-jvm")), licenses := Seq("Mozilla Public License 2.0" -> url("https://opensource.org/licenses/MPL-2.0")), fork := true,