diff --git a/client/package.json b/client/package.json index efa53ac..8b565c7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "@ocula/client", "title": "Ocula", - "version": "0.5.1", + "version": "1.0.1", "main": "./src/index.ts", "repository": "https://github.com/andrewcourtice/ocula.git", "author": "Andrew Courtice", diff --git a/client/src/components/charts/trends.vue b/client/src/components/charts/trends.vue index 2d73d36..8a1a2e2 100644 --- a/client/src/components/charts/trends.vue +++ b/client/src/components/charts/trends.vue @@ -4,7 +4,7 @@ diff --git a/client/src/components/forecast/tides.vue b/client/src/components/forecast/tides.vue index ef9cdc2..e945d0b 100644 --- a/client/src/components/forecast/tides.vue +++ b/client/src/components/forecast/tides.vue @@ -12,11 +12,11 @@ - + - +
All tide measurements are displayed in metres (m) diff --git a/client/src/routes/settings/about.vue b/client/src/routes/settings/about.vue index 80ccf84..cb4d751 100644 --- a/client/src/routes/settings/about.vue +++ b/client/src/routes/settings/about.vue @@ -1,33 +1,42 @@