Update version information

This commit is contained in:
varjolintu 2023-10-03 13:42:37 +03:00
parent 46c6cae323
commit 3b2d527224
4 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
1.8.8.1 (2023-10-03)
=========================
- Fix handling message timeouts [#1999]
1.8.8 (2023-09-21)
=========================
- Add support for monochrome toolbar icons (Contributor PR) [#1938]

View file

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.8.8",
"version_name": "1.8.8",
"version": "1.8.8.1",
"version_name": "1.8.8.1",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "keepassxc-browser",
"version": "1.8.8",
"version": "1.8.8.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "keepassxc-browser",
"version": "1.8.8",
"version": "1.8.8.1",
"license": "GPL-3.0",
"dependencies": {
"@npmcli/fs": "^2.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "keepassxc-browser",
"version": "1.8.8",
"version": "1.8.8.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {