From 33b496f98e0c3f231304495ec609bcc384e61113 Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:48:06 +0200 Subject: [PATCH] v2 beta 4 bump (#367) * chore: update links to documentation * chore: version bump --- README.md | 10 +++++----- apps/client/package.json | 2 +- apps/electron/package.json | 2 +- apps/server/package.json | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2a059dd77b..c0c894b352 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![ontime_test_CI](https://github.com/cpvalente/ontime/actions/workflows/ontime_cy.yml/badge.svg)](https://github.com/cpvalente/ontime/actions/workflows/ontime_cy.yml) [![Ontime build](https://github.com/cpvalente/ontime/actions/workflows/build.yml/badge.svg)](https://github.com/cpvalente/ontime/actions/workflows/build.yml) -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Documentation in Gitbook](https://badges.aleen42.com/src/gitbook_2.svg)](https://cpvalente.gitbook.io/ontime/) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Documentation in Gitbook](https://badges.aleen42.com/src/gitbook_2.svg)](https://ontime.gitbook.io) ## Download the latest releases here @@ -55,7 +55,7 @@ IP.ADDRESS:4001/editor > the control interface, same as the app IP.ADDRESS:4001/cuesheet > realtime cuesheets for collaboration ``` -More documentation is available [in our docs](https://cpvalente.gitbook.io/ontime/) +More documentation is available [in our docs](https://ontime.gitbook.io) ## Feature List (in no specific order) @@ -78,7 +78,7 @@ More documentation is available [in our docs](https://cpvalente.gitbook.io/ontim - WebSockets - [x] Roll mode: run independently using the system clock - [x] [Headless run](#headless-run): run server in a separate machine, configure from a browser locally -- [x] [Countdown to anything!](https://cpvalente.gitbook.io/ontime/views/countdown): have +- [x] [Countdown to anything!](https://ontime.gitbook.io/v2/views/countdown): have a countdown to any scheduled event - [x] Multi-platform (available on Windows, MacOS and Linux) - [x] [Companion integration](https://bitfocus.io/connections/getontime-ontime) @@ -116,7 +116,7 @@ Writing a new view for the browser can be done with basic knowledge of HTML + CS
See [this repository](https://github.com/cpvalente/ontime-viewer-template-v2) with a small template on how to get you started and read the docs about -the [Websocket API](https://app.gitbook.com/s/-Mc0giSOToAhq0ROd0CR/control-and-feedback/websocket-api) +the [Websocket API](https://ontime.gitbook.io/v2/control-and-feedback/websocket-api) ### Headless runī¸ @@ -197,7 +197,7 @@ Information about the project setup can be found in the [development documentati # Help -Help is underway! ... and can be found [here](https://cpvalente.gitbook.io/ontime/) +Help is underway! ... and can be found [here](https://ontime.gitbook.io) # License diff --git a/apps/client/package.json b/apps/client/package.json index 659757efeb..0e1eb9cec4 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -1,6 +1,6 @@ { "name": "ontime-ui", - "version": "2.0.0-beta2", + "version": "2.0.0-beta5", "private": true, "dependencies": { "@chakra-ui/react": "^2.5.5", diff --git a/apps/electron/package.json b/apps/electron/package.json index d88f701f24..ed1e4bc228 100644 --- a/apps/electron/package.json +++ b/apps/electron/package.json @@ -1,6 +1,6 @@ { "name": "ontime", - "version": "2.0.0-beta2", + "version": "2.0.0-beta5", "author": "Carlos Valente", "description": "Time keeping for live events", "repository": "https://github.com/cpvalente/ontime", diff --git a/apps/server/package.json b/apps/server/package.json index 70634f9af6..a2d15c6482 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -2,7 +2,7 @@ "name": "ontime-server", "type": "module", "main": "src/index.ts", - "version": "2.0.0-beta2", + "version": "2.0.0-beta5", "exports": "./src/index.js", "dependencies": { "body-parser": "^1.20.0", diff --git a/package.json b/package.json index daa3c88fe4..7f04caaa25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ontime", - "version": "2.0.0-beta2", + "version": "2.0.0-beta5", "description": "Time keeping for live events", "keywords": [ "lighdev",