Bump version to 0.23.1 (#1227)

This commit is contained in:
Leendert de Borst
2025-09-16 13:32:31 +02:00
committed by Leendert de Borst
parent 58c39815e4
commit e5c68c6c6e
9 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
"name": "aliasvault-browser-extension",
"description": "AliasVault Browser Extension",
"private": true,
"version": "0.23.0",
"version": "0.23.1",
"type": "module",
"scripts": {
"dev:chrome": "wxt -b chrome",

View File

@@ -460,7 +460,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
@@ -492,7 +492,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
@@ -530,7 +530,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
@@ -569,7 +569,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,

View File

@@ -6,7 +6,7 @@ export class AppInfo {
/**
* The current extension version. This should be updated with each release of the extension.
*/
public static readonly VERSION = '0.23.0';
public static readonly VERSION = '0.23.1';
/**
* The minimum supported AliasVault server (API) version. If the server version is below this, the

View File

@@ -20,7 +20,7 @@ export default defineConfig({
return {
name: "AliasVault",
description: "AliasVault Browser AutoFill Extension. Keeping your personal information private.",
version: "0.23.0",
version: "0.23.1",
content_security_policy: {
extension_pages: "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},

View File

@@ -94,7 +94,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 230000
versionName "0.23.0"
versionName "0.23.1"
}
signingConfigs {
debug {

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "AliasVault",
"slug": "AliasVault",
"version": "0.23.0",
"version": "0.23.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "net.aliasvault.app",

View File

@@ -1218,7 +1218,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -1253,7 +1253,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -1863,7 +1863,7 @@
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
@@ -1908,7 +1908,7 @@
"@executable_path/../../Frameworks",
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.23.1;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = net.aliasvault.app.autofill;

View File

@@ -8,7 +8,7 @@ export class AppInfo {
/**
* The current mobile app version. This should be updated with each release of the mobile app.
*/
public static readonly VERSION = '0.23.0';
public static readonly VERSION = '0.23.1';
/**
* The minimum supported AliasVault server (API) version. If the server version is below this, the

View File

@@ -30,7 +30,7 @@ public static class AppInfo
/// <summary>
/// Gets the patch version number.
/// </summary>
public const int VersionPatch = 0;
public const int VersionPatch = 1;
/// <summary>
/// Gets the minimum supported AliasVault client version. Normally the minimum client version is the same