diff --git a/01_app.png b/.github/01_app.png similarity index 100% rename from 01_app.png rename to .github/01_app.png diff --git a/02_screentypes.png b/.github/02_screentypes.png similarity index 100% rename from 02_screentypes.png rename to .github/02_screentypes.png diff --git a/README.md b/README.md index 3808ef87d..ceac59a7f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Ontime is an application for managing event rundowns and running stage timers. It allows a center application to be able to distribute event information in the local network. This minimises needs for using Media Server outputs or expensive video distribution while allowing easy integration in workflows including OBS and d3. -![App Window](https://github.com/cpvalente/ontime/blob/master/01_app.png) +![App Window](https://github.com/cpvalente/ontime/blob/master/.github/01_app.png) -![Views](https://github.com/cpvalente/ontime/blob/master/02_screentypes.png) +![Views](https://github.com/cpvalente/ontime/blob/master/.github/02_screentypes.png) ## Using Ontime Once installed and running, ontime starts a background server that is the heart of all processes. diff --git a/server/package.json b/server/package.json index 8f5f78db9..cfebc9a93 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "ontime", - "version": "0.2.1", + "version": "0.3.0", "author": "Carlos Valente", "description": "Time keeping for live events", "repository": "https://github.com/cpvalente/ontime",