mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Bump Version to 1.7.0-rc1
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
96d2d23426
commit
9caaaf48e3
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ openapi: 3.0.1
|
|||
info:
|
||||
title: HedgeDoc
|
||||
description: HedgeDoc is an open source collaborative note editor. Several tasks of HedgeDoc can be automated through this API.
|
||||
version: 1.6.0
|
||||
version: 1.7.0-rc1
|
||||
contact:
|
||||
name: HedgeDoc on GitHub
|
||||
url: https://github.com/hedgedoc/hedgedoc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "HedgeDoc",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0-rc1",
|
||||
"description": "The best platform to write and share markdown.",
|
||||
"main": "app.js",
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Reference in a new issue