Skip to content

Commit 40f78ae

Browse files
committed
Update build number and CHANGELOG.md
1 parent 04dcba8 commit 40f78ae

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
- Fix bug where unsigned transactions were not showing up in the transaction list
1212
- Fixed bug where NFC signed txn import was showing an error even tho it was successful
1313
- Fixed bug where NFC scanning would lock the app
14+
- Fix where imported name was reset to the default name
15+
16+
### Changes
17+
18+
- Don't show cover when using NFC
1419

1520
## [0.2.1] - 2025-03-07
1621

ios/Cove.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
304304
CODE_SIGN_IDENTITY = "Apple Development";
305305
CODE_SIGN_STYLE = Automatic;
306-
CURRENT_PROJECT_VERSION = 7;
306+
CURRENT_PROJECT_VERSION = 8;
307307
DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
308308
DEVELOPMENT_TEAM = Q8UP8C53Y8;
309309
ENABLE_PREVIEWS = YES;
@@ -350,7 +350,7 @@
350350
CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
351351
CODE_SIGN_IDENTITY = "Apple Development";
352352
CODE_SIGN_STYLE = Automatic;
353-
CURRENT_PROJECT_VERSION = 7;
353+
CURRENT_PROJECT_VERSION = 8;
354354
DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
355355
DEVELOPMENT_TEAM = Q8UP8C53Y8;
356356
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)