Skip to content

Commit 147c46f

Browse files
committed
Bump version to 0.1.2
1 parent 6096c08 commit 147c46f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to Orchard will be documented in this file.
44

5+
## [0.1.2] - 2025-06-18
6+
7+
### Added
8+
-
9+
10+
### Changed
11+
-
12+
13+
### Fixed
14+
-
15+
16+
517
## [0.1.1] - 2025-06-18
618

719
### Added

Orchard/ContainerService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ContainerService: ObservableObject {
3535
private let lastUpdateCheckKey = "OrchardLastUpdateCheck"
3636

3737
// App version info
38-
let currentVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "0.1.1"
38+
let currentVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "0.1.2"
3939
let githubRepo = "container-compose/orchard" // Replace with actual repo
4040
private let updateCheckInterval: TimeInterval = 1 * 60 * 60 // 1 hour
4141

Orchard/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.1</string>
20+
<string>0.1.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)