From 39513f2c560bc1b579ed51631c75059e9f28ab0e Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 4 Dec 2024 20:05:56 -0500 Subject: [PATCH] update --- README.md | 11 +++-------- package.json | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e2b2e23..1ff44f1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ -# electron-tabs is discontinued +> ![NOTE] +> Fork of Electron Tabs by Brrd -Thank you for your support and contributions all these years. - ---- - -# electron-tabs - -> Simple tabs for Electron applications +# Electron Tabs ![Electron Tab Demo](image.jpg) diff --git a/package.json b/package.json index 801c207..bca0093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "electron-tabs", - "version": "1.0.4", + "name": "@sudovanilla/electron-tabs", + "version": "1.1.0", "description": "Simple tabs for Electron applications", "main": "dist/electron-tabs.js", "types": "dist/electron-tabs.d.ts",