From bf8170a9478c298ed75be1116a534231e339e159 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Mon, 22 Nov 2021 22:53:39 +0100 Subject: [PATCH] version bump --- README.md | 4 ++-- server/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ceac59a7f..1bc3cc8ac 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,13 @@ Almost reaching a feature set that we can call v1. Before that: - [ ] URL Aliases (define configurable aliases to ease onsite setup) - [ ] Logging view - [ ] Reach Schedule: way to speedup timer to meet a deadline +- [ ] Excel Import +- [ ] vMix integration ### Issues The app is still in pre-release and there are a few issues, mainly concerning style. This will be receiving attention as we near v1 release -### iOS -- [ ] Views do not render in iOS devices. this is being prioritized and will be fixed soon #### Style - [ ] App appears visually broken: Please ensure that windows settings have no display zoom (it is 125% by default) - [ ] app needs improvement on handling zoomed interfaces diff --git a/server/package.json b/server/package.json index f1b62729e..cb6c0eae9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "ontime", - "version": "0.3.1", + "version": "0.3.2", "author": "Carlos Valente", "description": "Time keeping for live events", "repository": "https://github.com/cpvalente/ontime",