Skip to content

Commit 259eebf

Browse files
committed
v0.2.1
1 parent 06f3cfc commit 259eebf

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
### Changed
1010

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+
1117
## [0.2.0] - 2024-04-21
1218

1319
This version contains general house keeping, dependencies updates and ci improvement for better maintainability.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
}
4343

4444
dependencies {
45-
implementation("me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.0")
45+
implementation("me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.1")
4646
}
4747
```
4848

@@ -113,7 +113,7 @@ repositories {
113113
}
114114

115115
dependencies {
116-
implementation("me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.0")
116+
implementation("me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.1")
117117
}
118118
```
119119

@@ -177,7 +177,7 @@ repositories {
177177
}
178178

179179
dependencies {
180-
implementation("me.sujanpoudel.multiplatform.utils:context-provider:0.2.0")
180+
implementation("me.sujanpoudel.multiplatform.utils:context-provider:0.2.1")
181181
}
182182
```
183183

0 commit comments

Comments
 (0)