Skip to content

Commit

Permalink
Merge pull request #35 from psuzn/v0.2.1
Browse files Browse the repository at this point in the history
preparation for v0.2.1
  • Loading branch information
psuzn authored Apr 23, 2024
2 parents 06f3cfc + 259eebf commit 66f3fed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.

### Changed

## [0.2.1] - 2024-04-23

### Fixes

- NSHomeDirectory is only allowed to be written on iOS Simulators, but not on physical devices #33

## [0.2.0] - 2024-04-21

This version contains general house keeping, dependencies updates and ci improvement for better maintainability.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
}

dependencies {
implementation("me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.0")
implementation("me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.1")
}
```

Expand Down Expand Up @@ -113,7 +113,7 @@ repositories {
}

dependencies {
implementation("me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.0")
implementation("me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.1")
}
```

Expand Down Expand Up @@ -177,7 +177,7 @@ repositories {
}

dependencies {
implementation("me.sujanpoudel.multiplatform.utils:context-provider:0.2.0")
implementation("me.sujanpoudel.multiplatform.utils:context-provider:0.2.1")
}
```

Expand Down

0 comments on commit 66f3fed

Please sign in to comment.