diff --git a/package.json b/package.json index e731f95..35418be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chronus", "type": "module", - "version": "1.0.0", + "version": "1.1.0", "scripts": { "dev": "astro dev", "build": "astro build", diff --git a/src/components/Timer.vue b/src/components/Timer.vue index 2ff11da..fece54d 100644 --- a/src/components/Timer.vue +++ b/src/components/Timer.vue @@ -1,8 +1,13 @@