Skip to content

Commit

Permalink
v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alariej committed Apr 4, 2023
1 parent b194721 commit bade59f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "chat.quadrix.android"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 82
versionName "1.5.6"
versionCode 83
versionName "1.5.7"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "quadrix.chat",
"private": true,
"main": "electron-main.js",
"version": "1.5.6",
"version": "1.5.7",
"description": "Minimal, simple, multi-platform chat client for the Matrix protocol",
"author": "Jean-François Alarie <[email protected]>",
"homepage": "https://quadrix.chat",
Expand Down
16 changes: 8 additions & 8 deletions ios/quadrix.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -636,12 +636,12 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = quadrix/quadrix.entitlements;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEVELOPMENT_TEAM = W988UQ8696;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = quadrix/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.5.6;
MARKETING_VERSION = 1.5.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -664,12 +664,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = quadrix/quadrix.entitlements;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEVELOPMENT_TEAM = W988UQ8696;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = quadrix/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.5.6;
MARKETING_VERSION = 1.5.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -814,14 +814,14 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = QuadrixShareExtension/QuadrixShareExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = W988UQ8696;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = QuadrixShareExtension/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 1.5.6;
MARKETING_VERSION = 1.5.7;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
"OTHER_LDFLAGS[sdk=iphoneos*]" = "$(inherited)";
Expand All @@ -848,14 +848,14 @@
CODE_SIGN_ENTITLEMENTS = QuadrixShareExtension/QuadrixShareExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = W988UQ8696;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = QuadrixShareExtension/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 1.5.6;
MARKETING_VERSION = 1.5.7;
MTL_FAST_MATH = YES;
"OTHER_LDFLAGS[sdk=iphoneos*]" = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = chat.quadrix.ios.QuadrixShareExtension;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "quadrix.chat",
"private": true,
"main": "index.js",
"version": "1.5.6",
"version": "1.5.7",
"description": "Minimal, simple, multi-platform chat client for the Matrix protocol",
"author": "Jean-François Alarie <[email protected]>",
"homepage": "https://quadrix.chat",
Expand Down

0 comments on commit bade59f

Please sign in to comment.