From 62866c9572f88f477db57587a007f87e93237144 Mon Sep 17 00:00:00 2001 From: M7kra Date: Sun, 19 May 2024 16:35:26 +0100 Subject: [PATCH] v0.5.0 --- package.json | 4 ++-- release/app/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 73be316..836534d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "musicly", - "version": "0.4.1", + "version": "0.5.0", "description": "A simple and elegant music player", "keywords": [ "simple", @@ -19,7 +19,7 @@ "license": "MIT", "author": { "name": "Bogosorter", - "email": "inboxaljezur@gmail.com", + "email": "luiswbarbosa@gmail.com", "url": "https://bogosorter.github.io" }, "main": "./src/main/main.js", diff --git a/release/app/package.json b/release/app/package.json index dfe5d9b..37d6b93 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,11 +1,11 @@ { "name": "musicly", - "version": "0.4.1", + "version": "0.5.0", "description": "A simple and elegant music player", "license": "MIT", "author": { "name": "Bogosorter", - "email": "example@gmail.com", + "email": "luiswbarbosa@gmail.com", "url": "https://bogosorter.github.io" }, "main": "./dist/main/main.js",