Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to VaultSync are documented here.

---

## [Unreleased]
## [2.0.2] — 2026-08-27

### Privacy

Expand Down
8 changes: 4 additions & 4 deletions ios/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ targets:
info:
path: VaultSync/Info.plist
properties:
CFBundleShortVersionString: "2.0.1"
CFBundleVersion: "37"
CFBundleShortVersionString: "2.0.2"
CFBundleVersion: "38"
UILaunchScreen: {}
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
Expand Down Expand Up @@ -138,8 +138,8 @@ targets:
info:
path: VaultSyncWidget/Info.plist
properties:
CFBundleShortVersionString: "2.0.1"
CFBundleVersion: "37"
CFBundleShortVersionString: "2.0.2"
CFBundleVersion: "38"
CFBundleDisplayName: VaultSync Widget
NSExtension:
NSExtensionPointIdentifier: com.apple.widgetkit-extension
Expand Down
Loading