diff --git a/README.md b/README.md index 20580b9..0628a46 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A simple Unelma.XYZ - browser based on Chromium open-source project that aims to - Totally revolutionary design (unlike traditional tabs) - Context menu added: New window, Inspect element, Copy - Drag and Drop of tabs +- Password manager support # Contribution diff --git a/package.json b/package.json index e55f01e..50851a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Unelma-Browser", - "version": "1.0.7", - "description": "A simple and basic Unelma.XYZ - Browser", + "version": "2.0.1", + "description": "A simple and basic Unelma - Browser", "main": ".webpack/main", "scripts": { "start": "electron-forge start",