mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
chore: set version in all packae.jsons
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
85e17bee79
commit
3d03835af9
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hedgedoc/backend",
|
||||
"version": "2.0.0-dev",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"description": "Realtime collaborative markdown notes on all platforms.",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hedgedoc/docs",
|
||||
"version": "2.0.0-dev",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
"lint": "markdownlint-cli2 content/**/*.md",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hedgedoc/frontend",
|
||||
"version": "2.0.0-dev",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue