From 7b28779419232ebb309adf0ad01b3763582b94de Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Wed, 16 Apr 2025 00:52:14 +0200 Subject: [PATCH] chore: bump version to 1.0.5 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8fbb0e1..fca378b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "animated-cursor", "name": "Animated Cursor", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "1.7.4", "description": "Simple yet smooth animated cursor.", "author": "Kotaindah55 (Sheva Ihza)", diff --git a/package.json b/package.json index 218257b..03dc4bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "animated-cursor", - "version": "1.0.4", + "version": "1.0.5", "description": "Simple yet smooth animated cursor.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2f9f645..ae3c307 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "1.7.4", "1.0.2": "1.7.4", "1.0.3": "1.7.4", - "1.0.4": "1.7.4" + "1.0.4": "1.7.4", + "1.0.5": "1.7.4" } \ No newline at end of file