From d3542032efa8f8dc4cfd7b09b61aba062c616adf Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 24 Sep 2022 20:10:06 +0200 Subject: [PATCH] 0.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3778ca2..fb2e268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-github-stats", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-github-stats", - "version": "0.0.1", + "version": "0.1.0", "devDependencies": { "@types/chai": "^4.3.3", "@types/eslint": "^8.4.6", diff --git a/package.json b/package.json index deb8351..5522859 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Embed github stats in your Astro page", "repository": "https://github.com/ayoayco/astro-github-stats", "homepage": "https://github.com/ayoayco/astro-github-stats", - "version": "0.0.1", + "version": "0.1.0", "author": { "name": "Ayo Ayco", "email": "ramon.aycojr@gmail.com",