From 471118088109636592471b706ecc38d2eba919f2 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 10 May 2021 10:48:22 +0200 Subject: [PATCH] build: Mark v2.0 release This change updates the version numbers officially to v2.0 in order to start the release process. --- build.gradle.kts | 2 +- opendc-web/opendc-web-ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 791c6ca80..71ec88779 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,5 +28,5 @@ plugins { allprojects { group = "org.opendc" - version = "2.0-rc1" + version = "2.0" } diff --git a/opendc-web/opendc-web-ui/package.json b/opendc-web/opendc-web-ui/package.json index 2d015ccf2..14ed49eb1 100644 --- a/opendc-web/opendc-web-ui/package.json +++ b/opendc-web/opendc-web-ui/package.json @@ -1,6 +1,6 @@ { "name": "opendc-frontend", - "version": "0.1.0", + "version": "2.0", "description": "The user-facing component of the OpenDC stack, allowing users to build and interact with their own (virtual) datacenters.", "keywords": [ "opendc",