Skip to content

Commit 30c79e0

Browse files
committed
v1.9.4 - Files and Attachments - Firefox Hotfix
1 parent f16878d commit 30c79e0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/passy_data/common.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import 'dart:io';
1818
import 'glare/glare_client.dart';
1919
import 'key_derivation_type.dart';
2020

21-
const String passyVersion = '1.9.3';
21+
const String passyVersion = '1.9.4';
2222
const String syncVersion = '2.2.0';
2323
const String accountVersion = '2.5.0';
2424

linux_assets/com.glitterware.passy.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</provides>
6161
<content_rating type="oars-1.0" />
6262
<releases>
63-
<release version="v1.9.3" date="2025-02-23">
63+
<release version="v1.9.4" date="2025-02-24">
6464
</release>
6565
</releases>
6666
</component>

passy.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
44

55
#define MyAppName "Passy"
6-
#define MyAppVersion "1.9.3"
6+
#define MyAppVersion "1.9.4"
77
#define MyAppPublisher "GlitterWare"
88
#define MyAppURL "https://glitterware.github.io/Passy"
99
#define MyAppExeName "passy.exe"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.9.3+23
18+
version: 1.9.4+24
1919

2020
environment:
2121
sdk: ">=3.4.1 <4.0.0"

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: passy
22
base: core22
3-
version: 'v1.9.3'
3+
version: 'v1.9.4'
44
summary: Offline password manager with cross-platform synchronization # 79 char long summary
55
description: |
66
Store passwords, payment cards notes, ID cards and identities offline and safe, synchronized between all of your devices.

0 commit comments

Comments
 (0)