File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to Orchard will be documented in this file.
4
4
5
+ ## [ 0.1.2] - 2025-06-18
6
+
7
+ ### Added
8
+ -
9
+
10
+ ### Changed
11
+ -
12
+
13
+ ### Fixed
14
+ -
15
+
16
+
5
17
## [ 0.1.1] - 2025-06-18
6
18
7
19
### Added
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class ContainerService: ObservableObject {
35
35
private let lastUpdateCheckKey = " OrchardLastUpdateCheck "
36
36
37
37
// 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 "
39
39
let githubRepo = " container-compose/orchard " // Replace with actual repo
40
40
private let updateCheckInterval : TimeInterval = 1 * 60 * 60 // 1 hour
41
41
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.1.1 </string >
20
+ <string >0.1.2 </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >1 </string >
23
23
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments