File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Changed
10
10
11
+ ## [ 0.2.1] - 2024-04-23
12
+
13
+ ### Fixes
14
+
15
+ - NSHomeDirectory is only allowed to be written on iOS Simulators, but not on physical devices #33
16
+
11
17
## [ 0.2.0] - 2024-04-21
12
18
13
19
This version contains general house keeping, dependencies updates and ci improvement for better maintainability.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ repositories {
42
42
}
43
43
44
44
dependencies {
45
- implementation(" me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.0 " )
45
+ implementation(" me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.1 " )
46
46
}
47
47
```
48
48
@@ -113,7 +113,7 @@ repositories {
113
113
}
114
114
115
115
dependencies {
116
- implementation(" me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.0 " )
116
+ implementation(" me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.1 " )
117
117
}
118
118
```
119
119
@@ -177,7 +177,7 @@ repositories {
177
177
}
178
178
179
179
dependencies {
180
- implementation(" me.sujanpoudel.multiplatform.utils:context-provider:0.2.0 " )
180
+ implementation(" me.sujanpoudel.multiplatform.utils:context-provider:0.2.1 " )
181
181
}
182
182
```
183
183
You can’t perform that action at this time.
0 commit comments