Set version to 0.11.1

This commit is contained in:
Eike Kettner 2020-09-09 21:44:52 +02:00
parent 0651f2ca81
commit 43f331841f
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Docspell JOEX
version: 0.12.0-SNAPSHOT
version: 0.11.1
servers:
- url: /api/v1

View File

@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Docspell
version: 0.12.0-SNAPSHOT
version: 0.11.1
description: |
This is the remote API to Docspell, a personal document organizer.

View File

@ -1 +1 @@
version in ThisBuild := "0.12.0-SNAPSHOT"
version in ThisBuild := "0.11.1"

View File

@ -26,4 +26,4 @@ skip_anchor_prefixes = [
[extra]
# Put all your custom variables here
version = "0.12.0-SNAPSHOT"
version = "0.11.1"